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 ed9cfacd36a4c908891f84397f23108b6c65cb78..6b4f8b5fe8b7e445b47b2d3bc1b56d12061c5692 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"; |
benm (inactive)
2014/10/06 09:04:07
as the new stuff is all in chrome/, why are we add
sashab
2014/10/06 23:11:55
Sorry, I didn't realise there were different switc
|
+ |
// Dump frames-per-second to the log |
public static final String LOG_FPS = "log-fps"; |