| Index: chrome/browser/ui/webui/options/browser_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.h b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| index 095a1ee7eb3f7ec6b4959f5cf07bd753277fde29..8ab681f08ad1e953383f6f9973eae0e64adf6823 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| @@ -180,6 +180,9 @@ class BrowserOptionsHandler
|
| // the "Use TLS 1.0" checkbox.
|
| void HandleUseTLS1Checkbox(const ListValue* args);
|
|
|
| + // Callback for the "restartBrowser" message. Restores all tabs on restart.
|
| + void HandleRestartBrowser(const ListValue* args);
|
| +
|
| #if !defined(OS_CHROMEOS)
|
| // Callback for the "showNetworkProxySettings" message. This will invoke
|
| // an appropriate dialog for configuring proxy settings.
|
|
|