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

Unified Diff: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp

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/Source/web/WebRuntimeFeatures.cpp
diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
index ff366f0cfe9000647f4b38636d1102bb32c2e74c..edc86543901b34baa8114e66a46ae12dc858a4d6 100644
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
@@ -298,10 +298,6 @@ void WebRuntimeFeatures::EnablePrintBrowser(bool enable) {
RuntimeEnabledFeatures::setPrintBrowserEnabled(enable);
}
-void WebRuntimeFeatures::EnableCredentialManagerAPI(bool enable) {
- RuntimeEnabledFeatures::setCredentialManagerEnabled(enable);
jdoerrie 2017/04/26 12:20:35 Dropping the entry in RuntimeEnabledFeatures.json5
vasilii 2017/04/26 17:44:09 yes.
-}
-
void WebRuntimeFeatures::EnableV8IdleTasks(bool enable) {
RuntimeEnabledFeatures::setV8IdleTasksEnabled(enable);
}

Powered by Google App Engine
This is Rietveld 408576698