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

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

Issue 516703002: Replaced the current WebsiteSettings dialog with a new PageInfo dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small androidwebview fix Created 6 years, 3 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
« android_webview/java_library_common.mk ('K') | « chrome/chrome_browser_ui.gypi ('k') | no next file » | 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 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";
« android_webview/java_library_common.mk ('K') | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698