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

Unified Diff: chrome/installer/util/install_util.h

Issue 2618583005: Remove support for non-browser products from InstallationState and ProductState. (Closed)
Patch Set: sync to position 442664 Created 3 years, 11 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 | « chrome/installer/util/helper.cc ('k') | chrome/installer/util/install_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/install_util.h
diff --git a/chrome/installer/util/install_util.h b/chrome/installer/util/install_util.h
index 91f9a9a73645a656aae5c3f74318342b4fb164d6..fb8d7a846b6e677b0581a202425535cd6de51c3d 100644
--- a/chrome/installer/util/install_util.h
+++ b/chrome/installer/util/install_util.h
@@ -43,12 +43,11 @@ class InstallUtil {
// Launches given exe as admin on Vista.
static bool ExecuteExeAsAdmin(const base::CommandLine& cmd, DWORD* exit_code);
- // Reads the uninstall command for Chromium from registry and returns it.
- // If system_install is true the command is read from HKLM, otherwise
- // from HKCU.
- static base::CommandLine GetChromeUninstallCmd(
- bool system_install,
- BrowserDistribution::Type distribution_type);
+ // Reads the uninstall command for Chromium from the Windows registry and
+ // returns it. If |system_install| is true the command is read from HKLM,
+ // otherwise from HKCU. Returns an empty CommandLine if Chrome is not
+ // installed.
+ static base::CommandLine GetChromeUninstallCmd(bool system_install);
// Find the version of Chrome installed on the system by checking the
// Google Update registry key. Fills |version| with the version or a
« no previous file with comments | « chrome/installer/util/helper.cc ('k') | chrome/installer/util/install_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698