Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1467)

Unified Diff: chrome/installer/mini_installer/appid.h

Issue 2802713002: Enable side-by-side beta and dev channels. (Closed)
Patch Set: add missing test stanza for reland Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/installer/mini_installer/appid.h
diff --git a/chrome/installer/mini_installer/appid.h b/chrome/installer/mini_installer/appid.h
index ef74c7424b075a9302a18e04aeb1c525fd6b9ea1..c408242814504aae086fc332f0d8bbd7872821a2 100644
--- a/chrome/installer/mini_installer/appid.h
+++ b/chrome/installer/mini_installer/appid.h
@@ -7,9 +7,16 @@
// The appid included by the mini_installer.
namespace google_update {
+
extern const wchar_t kAppGuid[];
-extern const wchar_t kSxSAppGuid[];
extern const wchar_t kMultiInstallAppGuid[];
-}
+
+#if defined(GOOGLE_CHROME_BUILD)
+extern const wchar_t kBetaAppGuid[];
+extern const wchar_t kDevAppGuid[];
+extern const wchar_t kSxSAppGuid[];
+#endif // defined(GOOGLE_CHROME_BUILD)
+
+} // namespace google_update
#endif // CHROME_INSTALLER_MINI_INSTALLER_APPID_H_
« no previous file with comments | « chrome/install_static/product_install_details_unittest.cc ('k') | chrome/installer/mini_installer/chrome.release » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698