Index: chrome/browser/browser_main_win.h |
diff --git a/chrome/browser/browser_main_win.h b/chrome/browser/browser_main_win.h |
index 7d4bcf5e6725995cc0843510aae0b0551c608d07..30a60887ab1988d244b04decd25ba386f4c7a755 100644 |
--- a/chrome/browser/browser_main_win.h |
+++ b/chrome/browser/browser_main_win.h |
@@ -21,6 +21,10 @@ int DoUninstallTasks(bool chrome_still_running); |
// chrome executable's lifetime. |
void PrepareRestartOnCrashEnviroment(const CommandLine &parsed_command_line); |
+// Registers Chrome with the Windows Restart Manager, which will restore the |
+// Chrome session when the computer is restarted after a system update. |
+void RegisterApplicationRestart(const CommandLine &parsed_command_line); |
+ |
// This method handles the --hide-icons and --show-icons command line options |
// for chrome that get triggered by Windows from registry entries |
// HideIconsCommand & ShowIconsCommand. Chrome doesn't support hide icons |