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

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

Powered by Google App Engine
This is Rietveld 408576698