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

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

Issue 2510593004: Cleanup: Remove unused enable-instant-extended-api flag (Closed)
Patch Set: remove unused variable Created 4 years, 1 month 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 | « chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java ('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 5587447b719dc0089b88ba61b56e617ecb1885cf..ac3e1351e463eafcb61b572402bc0b45c503f7f1 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
@@ -36,9 +36,6 @@ public abstract class ContentSwitches {
// How much of the browser controls need to be hidden before they will auto hide.
public static final String TOP_CONTROLS_HIDE_THRESHOLD = "top-controls-hide-threshold";
- // Native switch - chrome_switches::kEnableInstantExtendedAPI
- public static final String ENABLE_INSTANT_EXTENDED_API = "enable-instant-extended-api";
-
// Native switch - shell_switches::kRunLayoutTest
public static final String RUN_LAYOUT_TEST = "run-layout-test";
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698