| Index: chrome/browser/ui/webui/settings/settings_startup_pages_handler.h
|
| diff --git a/chrome/browser/ui/webui/settings/settings_startup_pages_handler.h b/chrome/browser/ui/webui/settings/settings_startup_pages_handler.h
|
| index 68a39876572abd8943b61d3d2c21198012fb4f95..01367ea7bd2977b46da80e0d03808ebdd7dbb9fd 100644
|
| --- a/chrome/browser/ui/webui/settings/settings_startup_pages_handler.h
|
| +++ b/chrome/browser/ui/webui/settings/settings_startup_pages_handler.h
|
| @@ -52,6 +52,10 @@ class StartupPagesHandler : public SettingsPageUIHandler,
|
| // Sets the startup page set to the current pages. Called from WebUI.
|
| void HandleSetStartupPagesToCurrentPages(const base::ListValue* args);
|
|
|
| + // Handles the "validateStartupPage" message. Passed a URL that might be a
|
| + // valid startup page.
|
| + void HandleValidateStartupPage(const base::ListValue* args);
|
| +
|
| // Stores the current state of the startup page preferences.
|
| void SaveStartupPagesPref();
|
|
|
|
|