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

Unified Diff: chrome/android/java/src/org/chromium/chrome/ChromeSwitches.java

Issue 661803004: Enabled the new PageInfo dialog on Android by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/ChromeSwitches.java
diff --git a/chrome/android/java/src/org/chromium/chrome/ChromeSwitches.java b/chrome/android/java/src/org/chromium/chrome/ChromeSwitches.java
index c19e06197ae102009eef53c03b4ee4e732b3cc50..765a21fe3291063893fa1b5a9dd7515933799221 100644
--- a/chrome/android/java/src/org/chromium/chrome/ChromeSwitches.java
+++ b/chrome/android/java/src/org/chromium/chrome/ChromeSwitches.java
@@ -9,11 +9,11 @@ package org.chromium.chrome;
* portion of Chromium on Android.
*/
public abstract class ChromeSwitches {
- // Enables the new Website Settings dialog, which replaces the old one.
- // TODO(sashab): Once the new WebsiteSettingsPopup is ready to launch,
+ // Disables the new Website Settings dialog, which replaces the old one.
+ // TODO(sashab): Once the new WebsiteSettingsPopup is ready to be permanent,
// remove this flag and delete WebsiteSettingsLegacyPopup and all it's
// dependencies.
- public static final String ENABLE_NEW_WEBSITE_SETTINGS = "enable-new-website-settings";
+ public static final String DISABLE_NEW_WEBSITE_SETTINGS = "disable-new-website-settings";
// Prevent instantiation.
private ChromeSwitches() {}
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698