Index: chrome/installer/util/google_chrome_sxs_distribution.cc |
diff --git a/chrome/installer/util/google_chrome_sxs_distribution.cc b/chrome/installer/util/google_chrome_sxs_distribution.cc |
index 6493ff9d6f3a34299da100f98b5d9f48929cb376..381f1715e2c90a6cf922a5af2138406f032a14ee 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 |