From c8865483c216fbcaede15c4cd45e369643c8639b Mon Sep 17 00:00:00 2001 From: "jcampan@chromium.org" Date: Thu, 23 Jul 2009 20:40:10 +0000 Subject: 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 --- chrome/chrome.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index ae71889..ca3b3c3 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1294,6 +1294,8 @@ 'browser/net/url_fetcher_protect.h', 'browser/net/url_fixer_upper.cc', 'browser/net/url_fixer_upper.h', + 'browser/omnibox_search_hint.cc', + 'browser/omnibox_search_hint.h', 'browser/options_page_base.cc', 'browser/options_page_base.h', 'browser/options_util.cc', -- cgit v1.1