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