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

Unified Diff: public/platform/Platform.h

Issue 23798002: Cleanup: Make Platform::crypto() required. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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/modules/crypto/SubtleCrypto.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/Platform.h
diff --git a/public/platform/Platform.h b/public/platform/Platform.h
index a40beac299a193c811563e27ae3f6a53873b16f1..b387aaddc8fca97bace374a3e37be3e6f2bcdd82 100644
--- a/public/platform/Platform.h
+++ b/public/platform/Platform.h
@@ -547,7 +547,6 @@ public:
// WebCrypto ----------------------------------------------------------
- // May return 0.
virtual WebCrypto* crypto() { return 0; }
« no previous file with comments | « Source/modules/crypto/SubtleCrypto.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698