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

Unified Diff: third_party/WebKit/public/web/WebRuntimeFeatures.h

Issue 2844453002: Update CM API IDL to use SecureContext (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/public/web/WebRuntimeFeatures.h
diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
index 07b76a392c8c68696e31f27c627c0eabe6b627af..08f39b4a110a1ab762dd1e4e428271458e7ab250 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -74,7 +74,6 @@ class WebRuntimeFeatures {
BLINK_EXPORT static void EnableCanvas2dImageChromium(bool);
BLINK_EXPORT static void EnableColorCorrectRendering(bool);
BLINK_EXPORT static void EnableColorCorrectRenderingDefaultMode(bool);
- BLINK_EXPORT static void EnableCredentialManagerAPI(bool);
BLINK_EXPORT static void EnableDatabase(bool);
BLINK_EXPORT static void EnableDecodeToYUV(bool);
BLINK_EXPORT static void EnableDocumentWriteEvaluator(bool);

Powered by Google App Engine
This is Rietveld 408576698