diff options
author | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-13 21:24:17 +0000 |
---|---|---|
committer | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-13 21:24:17 +0000 |
commit | 5f745718ff8052fb22fd411cd9202d04d9afdb06 (patch) | |
tree | 4bfb07e624d42c49c4ee0fb88035c238e2072153 /chrome/app/google_chrome_strings.grd | |
parent | d77626b8b7e0e19e73363df0bc8f9f2e104bd767 (diff) | |
download | chromium_src-5f745718ff8052fb22fd411cd9202d04d9afdb06.zip chromium_src-5f745718ff8052fb22fd411cd9202d04d9afdb06.tar.gz chromium_src-5f745718ff8052fb22fd411cd9202d04d9afdb06.tar.bz2 |
Revert 199800 "Separate component resources into their own .grd ..."
Broke the mac build on the chromium.perf waterfall, see:
http://build.chromium.org/p/chromium.perf/builders/Mac%20Builder/builds/47157/steps/compile/logs/stdio
> Separate component resources into their own .grd file
>
> TBR=ben@chromium.org (gyp changes)
> BUG=140037
>
> Review URL: https://chromiumcodereview.appspot.com/15018020
TBR=caitkp@chromium.org
Review URL: https://codereview.chromium.org/14875011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199825 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/google_chrome_strings.grd')
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 0ecf074..bfc2a76 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -801,6 +801,9 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth Link my Chrome data to this account </message> + <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry."> + Chrome Autofill settings + </message> <message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_CHECKBOX" desc="Checkbox that controls whether info the user types into the autofill dialog is saved by chrome."> Save details in Chrome </message> |