diff options
author | huanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 21:07:58 +0000 |
---|---|---|
committer | huanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 21:07:58 +0000 |
commit | f0d47ac8879f6f26df2c35a3e78528f0ee4dce05 (patch) | |
tree | 771f49922043edb83296e16d95b81a145d27ba37 /chrome | |
parent | 2d367ca982350af5041c5daa905f781b23a46209 (diff) | |
download | chromium_src-f0d47ac8879f6f26df2c35a3e78528f0ee4dce05.zip chromium_src-f0d47ac8879f6f26df2c35a3e78528f0ee4dce05.tar.gz chromium_src-f0d47ac8879f6f26df2c35a3e78528f0ee4dce05.tar.bz2 |
Update daily channel name from "canary" to "canary build".
BUG=38334,48921
TEST="mini_installer --chrome-sxs", check about box, about:version, start menu shortcut name
Review URL: http://codereview.chromium.org/2931018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52401 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 2 | ||||
-rw-r--r-- | chrome/installer/util/google_chrome_sxs_distribution.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index deae91f..d5f5f33 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -176,7 +176,7 @@ Chrome supports. --> Google Chrome </message> <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel"> - Google Chrome Canary + Google Chrome Canary Build </message> <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description"> Google Chrome is a web browser that runs web pages and applications with lightning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Google Chrome. diff --git a/chrome/installer/util/google_chrome_sxs_distribution.cc b/chrome/installer/util/google_chrome_sxs_distribution.cc index b979405..be61503 100644 --- a/chrome/installer/util/google_chrome_sxs_distribution.cc +++ b/chrome/installer/util/google_chrome_sxs_distribution.cc @@ -11,7 +11,7 @@ namespace { const wchar_t kChromeSxSGuid[] = L"{4ea16ac7-fd5a-47c3-875b-dbf4a2008c20}"; -const wchar_t kChannelName[] = L"canary"; +const wchar_t kChannelName[] = L"canary build"; const wchar_t kBrowserAppId[] = L"ChromeCanary"; const int kSxSIconIndex = 4; |