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

Unified Diff: chrome/browser/dom_ui/options/browser_options_handler.h

Issue 6303003: DOMUI Prefs: Implement inline editability for startup pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CSS tweak Created 9 years, 11 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/dom_ui/options/browser_options_handler.h
diff --git a/chrome/browser/dom_ui/options/browser_options_handler.h b/chrome/browser/dom_ui/options/browser_options_handler.h
index fd70ccfb21812a9c9f04469c5190efa2cc6f091f..16d47d65258d09f5517d125f69f9f967ed6eccad 100644
--- a/chrome/browser/dom_ui/options/browser_options_handler.h
+++ b/chrome/browser/dom_ui/options/browser_options_handler.h
@@ -57,6 +57,10 @@ class BrowserOptionsHandler : public OptionsPageUIHandler,
// Called from DOMUI.
void AddStartupPage(const ListValue* args);
+ // Changes the startup page at the given index to the given URL.
+ // Called from DOMUI.
+ void EditStartupPage(const ListValue* args);
+
// Sets the startup page set to the current pages. Called from DOMUI.
void SetStartupPagesToCurrentPages(const ListValue* args);
« no previous file with comments | « chrome/browser/custom_home_pages_table_model.cc ('k') | chrome/browser/dom_ui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698