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

Unified Diff: sky/engine/core/fetch/CachingCorrectnessTest.cpp

Issue 691483005: Remove Platform::cryptographicallyRandomValues (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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
Index: sky/engine/core/fetch/CachingCorrectnessTest.cpp
diff --git a/sky/engine/core/fetch/CachingCorrectnessTest.cpp b/sky/engine/core/fetch/CachingCorrectnessTest.cpp
index 55787694713ebd570937ef0364c0397e9f02fc05..9d24386284c9b8ac19a77f4d6d82280c399214da 100644
--- a/sky/engine/core/fetch/CachingCorrectnessTest.cpp
+++ b/sky/engine/core/fetch/CachingCorrectnessTest.cpp
@@ -117,7 +117,6 @@ private:
}
// These blink::Platform methods must be overriden to make a usable object.
- virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) { ASSERT_NOT_REACHED(); }
virtual const unsigned char* getTraceCategoryEnabledFlag(const char* categoryName)
{
return &kAConstUnsignedCharZero;
« no previous file with comments | « sky/engine/core/animation/CompositorAnimationsTestHelper.h ('k') | sky/engine/platform/TestingPlatformSupport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698