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

Unified Diff: content/public/android/java/src/org/chromium/content/common/ContentSwitches.java

Issue 2844453002: Update CM API IDL to use SecureContext (Closed)
Patch Set: Rebase 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
« no previous file with comments | « content/child/runtime_features.cc ('k') | content/public/common/content_features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
diff --git a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
index c3fa172ee32553408171b5f8f4828859915f2fa7..aa61601b5e8263b4ba2635d1ac97fbc904f4b30f 100644
--- a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
+++ b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
@@ -42,9 +42,6 @@ public abstract class ContentSwitches {
// Native switch - chrome_switches::kDisablePopupBlocking
public static final String DISABLE_POPUP_BLOCKING = "disable-popup-blocking";
- // Native switch kEnableCredentialManagerAPI
- public static final String ENABLE_CREDENTIAL_MANAGER_API = "enable-credential-manager-api";
-
// Native switch kDisableGestureRequirementForPresentation
public static final String DISABLE_GESTURE_REQUIREMENT_FOR_PRESENTATION =
"disable-gesture-requirement-for-presentation";
« no previous file with comments | « content/child/runtime_features.cc ('k') | content/public/common/content_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698