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

Unified Diff: chrome/browser/ui/webui/options/browser_options_handler.h

Issue 7044136: Support drag&drop for startup pages (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed review issues Created 9 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/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);

Powered by Google App Engine
This is Rietveld 408576698