summaryrefslogtreecommitdiffstats
path: root/chrome/installer
diff options
context:
space:
mode:
authorhuanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 21:07:58 +0000
committerhuanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 21:07:58 +0000
commitf0d47ac8879f6f26df2c35a3e78528f0ee4dce05 (patch)
tree771f49922043edb83296e16d95b81a145d27ba37 /chrome/installer
parent2d367ca982350af5041c5daa905f781b23a46209 (diff)
downloadchromium_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/installer')
-rw-r--r--chrome/installer/util/google_chrome_sxs_distribution.cc2
1 files changed, 1 insertions, 1 deletions
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;