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

Unified Diff: chrome/browser/browser_main_win.h

Issue 6462024: Register Application Restart with Windows Restart Manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update comments. Created 9 years, 10 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
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

Powered by Google App Engine
This is Rietveld 408576698