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

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

Issue 12186016: Add BrowserDistribution support for Win64 build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/google_chrome_distribution.cc
===================================================================
--- chrome/installer/util/google_chrome_distribution.cc (revision 180469)
+++ chrome/installer/util/google_chrome_distribution.cc (working copy)
@@ -290,9 +290,6 @@
product_guid_(kChromeGuid) {
}
-// The functions below are not used by the 64-bit Windows binary -
-// see the comment in google_chrome_distribution_dummy.cc
-#ifndef _WIN64
bool GoogleChromeDistribution::BuildUninstallMetricsString(
const DictionaryValue* uninstall_metrics_dict, string16* metrics) {
DCHECK(NULL != metrics);
@@ -357,7 +354,6 @@
return true;
}
-#endif
void GoogleChromeDistribution::DoPostUninstallOperations(
const Version& version,
@@ -572,9 +568,6 @@
product_guid());
}
-// The functions below are not used by the 64-bit Windows binary -
-// see the comment in google_chrome_distribution_dummy.cc
-#ifndef _WIN64
// A helper function that writes to HKLM if the handle was passed through the
// command line, but HKCU otherwise. |experiment_group| is the value to write
// and |last_write| is used when writing to HKLM to determine whether to close
@@ -872,7 +865,6 @@
GetType()));
base::LaunchProcess(cmd, base::LaunchOptions(), NULL);
}
-#endif // ifndef _WIN64
bool GoogleChromeDistribution::ShouldSetExperimentLabels() {
return true;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698