diff options
author | mirandac@google.com <mirandac@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-24 15:51:09 +0000 |
---|---|---|
committer | mirandac@google.com <mirandac@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-24 15:51:09 +0000 |
commit | f48a6461bd746f418865e5382f788d01d902022a (patch) | |
tree | 0c91705b6e569243581c4feae3d9e4d79ec2e336 /chrome/app/resources | |
parent | 573579067dd15b14df0beff2506de818e96f0fb2 (diff) | |
download | chromium_src-f48a6461bd746f418865e5382f788d01d902022a.zip chromium_src-f48a6461bd746f418865e5382f788d01d902022a.tar.gz chromium_src-f48a6461bd746f418865e5382f788d01d902022a.tar.bz2 |
Tweak the first run search engine dialog so that it reflects Glen's mocks. This change adds an image to the top of the dialog, and removes the text and link at the bottom. It also removes the horizontal separators.
BUG=46716
TEST=Run Chrome in first-run with master_preferences set to load the new search engine dialog. It should look reasonable.
Review URL: http://codereview.chromium.org/2818014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50724 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index a5710f7..bc8ccf7 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -422,7 +422,7 @@ </message> <if expr="pp_ifdef('_google_chrome')"> <message name="IDS_FIRSTRUN_SEARCH_ENGINE_SELECTION_HEIGHT_LINES" use_name_for_id="true"> - 20 + 22 </message> </if> <!-- With text instead of images, the selection dialog is much smaller. --> |