Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2011)

Unified Diff: Source/wtf/RandomNumber.h

Issue 14178012: Remove the USE(OS_RANDOMNESS) guard. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/wtf/Platform.h ('k') | Source/wtf/RandomNumber.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/RandomNumber.h
diff --git a/Source/wtf/RandomNumber.h b/Source/wtf/RandomNumber.h
index 362be604abb99b53532393619829a65d67cac267..fc57114237b30847975454f1435d27d2a1918dc0 100644
--- a/Source/wtf/RandomNumber.h
+++ b/Source/wtf/RandomNumber.h
@@ -28,12 +28,6 @@
namespace WTF {
-#if !USE(OS_RANDOMNESS)
-namespace Internal {
-void initializeRandomNumber(uint64_t);
-}
-#endif
-
// Returns a pseudo-random number in the range [0, 1), attempts to be
// cryptographically secure if possible on the target platform
WTF_EXPORT_PRIVATE double randomNumber();
« no previous file with comments | « Source/wtf/Platform.h ('k') | Source/wtf/RandomNumber.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698