| 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 3c2a35db1b81fd9fdb5c02ae1ab98f3ab320a5cb..3328d8628f67f0843e6447cf8b8b24ff5b541d58 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
|
| @@ -18,6 +18,12 @@ public abstract class ContentSwitches {
|
| // Enables test intent handling.
|
| public static final String ENABLE_TEST_INTENTS = "enable-test-intents";
|
|
|
| + // Enables the new Website Settings dialog, which replaces the old one.
|
| + // TODO(sashab): Once the new WebsiteSettingsPopup is ready to launch,
|
| + // remove this flag and delete WebsiteSettingsLegacyPopup and all it's
|
| + // dependencies.
|
| + public static final String ENABLE_NEW_WEBSITE_SETTINGS = "enable-new-website-settings";
|
| +
|
| // Dump frames-per-second to the log
|
| public static final String LOG_FPS = "log-fps";
|
|
|
|
|