| 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";
|
|
|