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

Unified Diff: chrome/browser/ui/webui/settings/system_handler.h

Issue 2055923002: MD Settings: Hook up system_page to new LifetimeBrowserProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lifetime_handler
Patch Set: Fix closure compilation. Created 4 years, 6 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/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);
};

Powered by Google App Engine
This is Rietveld 408576698