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

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

Issue 2903293002: [Android] Omnibox Placeholder Experiment (Closed)
Patch Set: Created 3 years, 7 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 f357f0680284e6d1a78e860fba6f327e1cea3690..5218ea13242ffb004b5403637f9a78cf4c7c47a2 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
@@ -195,6 +195,13 @@ public abstract class ChromeSwitches {
/** Enable Vr Shell development environment. */
public static final String ENABLE_VR_SHELL_DEV = "enable-vr-shell-dev";
+ /**
+ * Determines which of hint text to show in the omnibox url bar.
+ * See about:flags for descriptions.
+ */
+ public static final String OMNIBOX_PLACEHOLDER_EXPERIMENT_SWITCH =
mdjones 2017/05/26 16:14:34 nit: Maybe these should be OMNIBOX_HINT_EXPERIMENT
huayinz 2017/05/26 17:21:36 Done.
+ "omnibox-placeholder-experiment-switch";
mdjones 2017/05/26 16:14:34 Same thing here; "omnibox-hint-experiment" should
huayinz 2017/05/26 17:21:36 Done.
+
// Prevent instantiation.
private ChromeSwitches() {}
}

Powered by Google App Engine
This is Rietveld 408576698