diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-23 20:40:10 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-23 20:40:10 +0000 |
commit | c8865483c216fbcaede15c4cd45e369643c8639b (patch) | |
tree | 075c9828944f3dff7c6ac6e0475eb878eef1e31c /chrome/common/chrome_switches.h | |
parent | 351355117f4cb4ee805961920a7c9d2ad0ae944c (diff) | |
download | chromium_src-c8865483c216fbcaede15c4cd45e369643c8639b.zip chromium_src-c8865483c216fbcaede15c4cd45e369643c8639b.tar.gz chromium_src-c8865483c216fbcaede15c4cd45e369643c8639b.tar.bz2 |
This CL adds an infobar instructing users they can do search directly from the location bar when they navigate to their default search engine.The infobar is dismissed and not shown again if the user does a search from the omnibox or dismiss the infobar.This is part of a UX experiment and is behind a switch.BUG=NoneTEST=Start Chrome with a fresh profile. Navigate to www.google.com. An info bar should be shown. Click the 'show me' button, the location bar should display a message explaining search can be made from it.
Review URL: http://codereview.chromium.org/159242
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21438 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 038a630..ea089e8 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -207,6 +207,8 @@ extern const wchar_t kEnableTabtastic2[]; extern const wchar_t kPinnedTabCount[]; +extern const wchar_t kSearchInOmniboxHint[]; + extern const wchar_t kEnableLocalStorage[]; extern const wchar_t kEnableSessionStorage[]; |