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

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

Issue 11420045: Launch system-level Active Setup immediately following self-destruction of a user-level Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 8 years, 1 month 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/setup/uninstall.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 a2588159010400065c10f8ce329e95a6f82b5c08..c7c449577681aeaa609a92c4366050d6c4ee29d4 100644
--- a/chrome/installer/util/install_util.h
+++ b/chrome/installer/util/install_util.h
@@ -32,9 +32,9 @@ class InstallUtil {
// e.g. Software\Microsoft\Active Setup\Installed Components\<dist_guid>
static string16 GetActiveSetupPath(BrowserDistribution* dist);
- // Attempts to trigger the command that would be triggered for Chrome on
- // Active Setup. This will be a no-op for user-level installs.
- static void TriggerActiveSetupCommandIfNeeded();
+ // Attempts to trigger the command that would be run by Active Setup for a
+ // system-level Chrome. For use only when system-level Chrome is installed.
+ static void TriggerActiveSetupCommand();
// Launches given exe as admin on Vista.
static bool ExecuteExeAsAdmin(const CommandLine& cmd, DWORD* exit_code);
« no previous file with comments | « chrome/installer/setup/uninstall.cc ('k') | chrome/installer/util/install_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698