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

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

Issue 1899433002: Update flags used by offline pages and bookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test Created 4 years, 8 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/browser/ChromeSwitches.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java b/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
index fb46922b900f46bddfda8a6d96261bf2ae859426..cef19c365ddb83e81b8a13d20813fe25b328a1b2 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
@@ -171,32 +171,6 @@ public abstract class ChromeSwitches {
public static final String NTP_SWITCH_TO_EXISTING_TAB = "ntp-switch-to-existing-tab";
/**
- * Enables offline pages.
- * Native switch - switches::kEnableOfflinePages
- */
- public static final String ENABLE_OFFLINE_PAGES = "enable-offline-pages";
-
- /**
- * Enables offline pages, showing 'bookmarks' name in UI strings.
- * Native switch - switches::kEnableOfflinePagesAsBookmarks
- */
- public static final String ENABLE_OFFLINE_PAGES_AS_BOOKMARKS =
- "enable-offline-pages-as-bookmarks";
-
- /**
- * Enables offline pages, showing 'saved pages' name in UI strings.
- * Native switch - switches::kEnableOfflinePagesAsSavedPages
- */
- public static final String ENABLE_OFFLINE_PAGES_AS_SAVED_PAGES =
- "enable-offline-pages-as-saved-pages";
-
- /**
- * Disables offline pages.
- * Native switch - switches::kDisableOfflinePages
- */
- public static final String DISABLE_OFFLINE_PAGES = "disable-offline-pages";
-
- /**
* Enable keyboard accessory view that shows autofill suggestions on top of the keyboard.
* Native switch - autofill::switches::kEnableAccessorySuggestionView
*/
« no previous file with comments | « chrome/android/chrome_apk.gyp ('k') | chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPage.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698