Chromium Code Reviews

Unified Diff: chrome/installer/mini_installer/chrome_frame_appid.cc

Issue 2267003: Use different product IO for SxS in mini installer.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/installer/mini_installer/chrome_appid.cc ('k') | chrome/installer/mini_installer/mini_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer/chrome_frame_appid.cc
===================================================================
--- chrome/installer/mini_installer/chrome_frame_appid.cc (revision 48325)
+++ chrome/installer/mini_installer/chrome_frame_appid.cc (working copy)
@@ -6,4 +6,5 @@
namespace google_update {
const wchar_t kAppGuid[] = L"{8BA986DA-5100-405E-AA35-86F34A02ACBF}";
+const wchar_t kSxSAppGuid[] = L"";
}
« no previous file with comments | « chrome/installer/mini_installer/chrome_appid.cc ('k') | chrome/installer/mini_installer/mini_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine