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

Unified Diff: chrome/common/chrome_switches.cc

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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index ada7ed6b5b733083d718ecc93853a2a4faf27bc2..a8a454a0a937284eb0da89e79abab0b78dfd4fd2 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -908,6 +908,10 @@ const char kMarketUrlForTesting[] = "market-url-for-testing";
// Switch to an existing tab for a suggestion opened from the New Tab Page.
const char kNtpSwitchToExistingTab[] = "ntp-switch-to-existing-tab";
+// Specifies a particular hint text to show on omnibox url bar.
+const char kOmniboxPlaceholderExperimentSwitch[] =
+ "omnibox-placeholder-experiment-switch";
+
// Specifies Android phone page loading progress bar animation.
const char kProgressBarAnimation[] = "progress-bar-animation";

Powered by Google App Engine
This is Rietveld 408576698