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

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

Issue 2781623006: MD Settings: Fix Appearance home page URL crash (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/settings/on_startup_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/settings/on_startup_handler.h
diff --git a/chrome/browser/ui/webui/settings/on_startup_handler.h b/chrome/browser/ui/webui/settings/on_startup_handler.h
index b2975969794d14f75b251ef6886bd51d1b1d66e6..013d1d98ff8199b261767996024245bebcceaa8e 100644
--- a/chrome/browser/ui/webui/settings/on_startup_handler.h
+++ b/chrome/browser/ui/webui/settings/on_startup_handler.h
@@ -28,6 +28,10 @@ class OnStartupHandler : public SettingsPageUIHandler {
// Handler for the "getNtpExtension" message. No arguments.
void HandleGetNtpExtension(const base::ListValue* /*args*/);
+ // Handles the "validateStartupPage" message. Passed a URL that might be a
+ // valid startup page.
+ void HandleValidateStartupPage(const base::ListValue* args);
+
DISALLOW_COPY_AND_ASSIGN(OnStartupHandler);
};
« no previous file with comments | « no previous file | chrome/browser/ui/webui/settings/on_startup_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698