| Index: chrome/browser/ui/webui/settings/system_handler.h
|
| diff --git a/chrome/browser/ui/webui/settings/system_handler.h b/chrome/browser/ui/webui/settings/system_handler.h
|
| index 1858f2a373096662e51b3298e1b8c956a848d1c6..19bcc72454a5a636aaf6c7b032c2e46dda12c57b 100644
|
| --- a/chrome/browser/ui/webui/settings/system_handler.h
|
| +++ b/chrome/browser/ui/webui/settings/system_handler.h
|
| @@ -35,9 +35,6 @@ class SystemHandler : public SettingsPageUIHandler {
|
| // Handler for the "changeProxySettings" message. No args.
|
| void HandleChangeProxySettings(const base::ListValue* /*args*/);
|
|
|
| - // Handler for the "restartBrowser" message. No args.
|
| - void HandleRestartBrowser(const base::ListValue* /*args*/);
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(SystemHandler);
|
| };
|
|
|
|
|