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

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

Issue 1103163004: [Contextual Search] Remove opt-in code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync & rebase (based of Fix Promo Logging CL) Created 5 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/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 75cc3c1f06389501f0f73681f721ea30748e0b84..cb3c3782a996b73008463be875134a34cbdaddf9 100644
--- a/chrome/android/java/src/org/chromium/chrome/ChromeSwitches.java
+++ b/chrome/android/java/src/org/chromium/chrome/ChromeSwitches.java
@@ -69,10 +69,6 @@ public abstract class ChromeSwitches {
/** Enable Contextual Search. */
public static final String ENABLE_CONTEXTUAL_SEARCH = "enable-contextual-search";
- /** Disable Contextual Search first-run flow, for testing. Not exposed to user. */
- public static final String DISABLE_CONTEXTUAL_SEARCH_PROMO_FOR_TESTING =
- "disable-contextual-search-promo-for-testing";
-
/** Enable Contextual Search for instrumentation testing. Not exposed to user. */
public static final String ENABLE_CONTEXTUAL_SEARCH_FOR_TESTING =
"enable-contextual-search-for-testing";

Powered by Google App Engine
This is Rietveld 408576698