summaryrefslogtreecommitdiffstats
path: root/chrome/installer
diff options
context:
space:
mode:
authorjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-22 21:21:04 +0000
committerjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-22 21:21:04 +0000
commit170acecd97c87537accfd11fd6986d5e2d8123ae (patch)
treeaaeafeb45ddbebceb88ac1fdda1068ab532a8510 /chrome/installer
parent9a2329872a9dfbdd3d00c3aa08d9b7fb53130dbb (diff)
downloadchromium_src-170acecd97c87537accfd11fd6986d5e2d8123ae.zip
chromium_src-170acecd97c87537accfd11fd6986d5e2d8123ae.tar.gz
chromium_src-170acecd97c87537accfd11fd6986d5e2d8123ae.tar.bz2
Revert 82691 - Use "canary" instead of "canary build" as the channel name in the Windowscanary, matching the Mac canary and the new approved naming.BUG=79814TEST=The About windowReview URL: http://codereview.chromium.org/6895022
Get rid of redness in official bulder TBR=mark@chromium.org Review URL: http://codereview.chromium.org/6900027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82708 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-rw-r--r--chrome/installer/util/google_chrome_sxs_distribution.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/installer/util/google_chrome_sxs_distribution.cc b/chrome/installer/util/google_chrome_sxs_distribution.cc
index 416bc67..9ea35f1 100644
--- a/chrome/installer/util/google_chrome_sxs_distribution.cc
+++ b/chrome/installer/util/google_chrome_sxs_distribution.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
@@ -14,7 +14,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;