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 7264581c080b6f5da269d11e5e369dfcba5840a3..021a747646579e1373969142fd45f508b586fd9c 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.h |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.h |
@@ -79,6 +79,9 @@ class BrowserOptionsHandler : public OptionsPageUIHandler, |
// Sets the startup page set to the current pages. Called from WebUI. |
void SetStartupPagesToCurrentPages(const ListValue* args); |
+ // Writes the current set of startup pages to prefs. Called from WebUI. |
+ void DragDropStartupPage(const ListValue* args); |
+ |
// Gets autocomplete suggestions asychronously for the given string. |
// Called from WebUI. |
void RequestAutocompleteSuggestions(const ListValue* args); |