diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-11 10:43:02 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-11 10:43:02 +0000 |
commit | f70af280be0bf1741de88e6cd569c9dccd50b715 (patch) | |
tree | fd731799594254fa498589f218d080a7b9003385 /chrome/app | |
parent | 37b163860f3f1ba15708231a88d7192d312dac50 (diff) | |
download | chromium_src-f70af280be0bf1741de88e6cd569c9dccd50b715.zip chromium_src-f70af280be0bf1741de88e6cd569c9dccd50b715.tar.gz chromium_src-f70af280be0bf1741de88e6cd569c9dccd50b715.tar.bz2 |
Add Canary to the channel switching UI.
The change depends on http://codereview.chromium.org/4520001/show
BUG=chromium-os:8384
TEST=confirmed that Canary appeared in the channel switching UI in Chrome built with branding=Chrome
Review URL: http://codereview.chromium.org/4565001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65789 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 2e6ac1c..f487538 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6430,6 +6430,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_ABOUT_PAGE_CHANNEL_DEVELOPMENT" desc="The development option in the channel select."> Development </message> + <message name="IDS_ABOUT_PAGE_CHANNEL_CANARY" desc="The canary option in the channel select."> + Canary + </message> <message name="IDS_ABOUT_PAGE_CHECK_NOW" desc="Button title for checking for updates now."> Check For Update </message> |