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

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

Issue 878413008: Remove WebsiteSettingsPopupLegacy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: 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 205804b86f766d2a393a0b0213c10209de6e207f..9251fb9713469e8c86b62090c5f10415b7d85749 100644
--- a/chrome/android/java/src/org/chromium/chrome/ChromeSwitches.java
+++ b/chrome/android/java/src/org/chromium/chrome/ChromeSwitches.java
@@ -15,12 +15,6 @@ public abstract class ChromeSwitches {
/** Testing: pretend that the switch value is the name of a child account. */
public static final String CHILD_ACCOUNT = "child-account";
- // 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 DISABLE_NEW_WEBSITE_SETTINGS = "disable-new-website-settings";
-
/** Mimic a low end device */
public static final String ENABLE_ACCESSIBILITY_TAB_SWITCHER =
"enable-accessibility-tab-switcher";
« no previous file with comments | « chrome/android/java/res/values/dimens.xml ('k') | chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698