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

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: grt comments -- only breakaway if in Metro 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
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..cd1f3a2146287c3d4f91131ebe2a3e65caea0237 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 ran by Active Setup for a
grt (UTC plus 2) 2012/11/20 15:55:38 ran -> run
gab 2012/11/20 20:42:11 Done.
+ // 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);

Powered by Google App Engine
This is Rietveld 408576698