diff options
author | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-25 07:36:40 +0000 |
---|---|---|
committer | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-25 07:36:40 +0000 |
commit | 2ff778c5748038872c0c6b7df04c834b005167fa (patch) | |
tree | 593fedb5a8e0db5fd123b482ab6d1a095474f830 /chrome/app/resources | |
parent | b4d9e206a92c084b5e938efa3f80157b75e2d271 (diff) | |
download | chromium_src-2ff778c5748038872c0c6b7df04c834b005167fa.zip chromium_src-2ff778c5748038872c0c6b7df04c834b005167fa.tar.gz chromium_src-2ff778c5748038872c0c6b7df04c834b005167fa.tar.bz2 |
Add the new dialog for AddSearchProvider.
BUG=38475
TEST=Tested using a page that does this for both the Chromium and Google Chrome switch from a known provider to unknown and from an unknown provider.
Review URL: http://codereview.chromium.org/5313005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67391 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 3e5fa8a..c7853c5 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -710,6 +710,11 @@ 14 </message> </if> + + <!-- The width of the default search engine dialog in characters --> + <message name="IDS_DEFAULT_SEARCH_WIDTH_CHARS" use_name_for_id="true"> + 82 + </message> </messages> </release> </grit> |