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

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 comment." 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..6668762c81a437b35690682080b5b4a828331289 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);
+// Windows Restart Manager launches Chrome and restores tabs if the computer is
Ben Goodger (Google) 2011/02/10 16:56:49 Registers Chrome with the Windows Restart Manager,
msw 2011/02/10 18:35:06 Done.
+// restarted as the result of an update. Register on startup.
+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