summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/google_chrome_sxs_distribution.cc
diff options
context:
space:
mode:
authormattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-10 01:05:21 +0000
committermattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-10 01:05:21 +0000
commit65e1a58d4ad1b496bc11d5fd9db2d338725a9990 (patch)
tree16bab4959de3ea7973d2298eb54b1e80f805817b /chrome/installer/util/google_chrome_sxs_distribution.cc
parent2fc8ec7219b72a02978fb853bdca011e37feb52f (diff)
downloadchromium_src-65e1a58d4ad1b496bc11d5fd9db2d338725a9990.zip
chromium_src-65e1a58d4ad1b496bc11d5fd9db2d338725a9990.tar.gz
chromium_src-65e1a58d4ad1b496bc11d5fd9db2d338725a9990.tar.bz2
Update SxS/Exp channel name to final name "Canary".
BUG=37129,38334 TEST=install sxs, check about box, about:version, start menu shortcut name Review URL: http://codereview.chromium.org/2753003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49352 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/google_chrome_sxs_distribution.cc')
-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 6493ff9..381f171 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"SxS";
+const wchar_t kChannelName[] = L"canary";
const int kSxSIconIndex = 4;
} // namespace