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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.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 | « no previous file | content/public/android/java/src/org/chromium/content/common/ContentSwitches.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/browser/ChromeTabbedActivity.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java b/chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java
index 36c99355f99b19d569e91cbeb5154be31cb2711c..742042e982461f87c66af858eb4f72c297d2fc83 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java
@@ -525,10 +525,6 @@ public class ChromeTabbedActivity extends ChromeActivity implements OverviewMode
try {
TraceEvent.begin("ChromeTabbedActivity.initializeUI");
- CommandLine commandLine = CommandLine.getInstance();
-
- commandLine.appendSwitch(ContentSwitches.ENABLE_INSTANT_EXTENDED_API);
-
CompositorViewHolder compositorViewHolder = getCompositorViewHolder();
if (DeviceFormFactor.isTablet(this)) {
boolean enableTabSwitcher =
« no previous file with comments | « no previous file | content/public/android/java/src/org/chromium/content/common/ContentSwitches.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698