| 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);
|
|
|
|
|