Chromium Code Reviews

Unified Diff: chrome/installer/util/browser_distribution.cc

Issue 2339001: Separate version env variable for different distributions. (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 | « no previous file | chrome/installer/util/chrome_frame_distribution.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/browser_distribution.cc
===================================================================
--- chrome/installer/util/browser_distribution.cc (revision 48325)
+++ chrome/installer/util/browser_distribution.cc (working copy)
@@ -135,7 +135,7 @@
}
std::wstring BrowserDistribution::GetEnvVersionKey() {
- return L"CHROME_VERSION";
+ return L"CHROMIUM_VERSION";
}
bool BrowserDistribution::CanSetAsDefault() {
« no previous file with comments | « no previous file | chrome/installer/util/chrome_frame_distribution.h » ('j') | no next file with comments »

Powered by Google App Engine