Chromium Code Reviews| 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); |