summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/platform/UUID.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/platform/UUID.h')
-rw-r--r--chromium/third_party/WebKit/Source/platform/UUID.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chromium/third_party/WebKit/Source/platform/UUID.h b/chromium/third_party/WebKit/Source/platform/UUID.h
index b59d2409b5b..c731f360e78 100644
--- a/chromium/third_party/WebKit/Source/platform/UUID.h
+++ b/chromium/third_party/WebKit/Source/platform/UUID.h
@@ -44,10 +44,6 @@ namespace WebCore {
// This algorithm sets the version number as well as two reserved bits. All other bits are set using a random or pseudorandom
// data source. Version 4 UUIDs have the form xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx with hexadecimal digits for x and one of 8,
// 9, A, or B for y.
-//
-// On Windows, version 4 UUIDs are used since Windows 2000 (http://msdn.microsoft.com/en-us/library/aa446557.aspx).
-// On MacOSX, version 4 UUIDs are used since Tiger (http://developer.apple.com/mac/library/technotes/tn/tn1103.html#TNTAG8).
-// On Linux, the kernel offers the procfs pseudo-file /proc/sys/kernel/random/uuid that yields version 4 UUIDs (http://hbfs.wordpress.com/2008/09/30/ueid-unique-enough-ids/).
PLATFORM_EXPORT String createCanonicalUUIDString();
}