summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/browser_options_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/dom_ui/browser_options_handler.h')
-rw-r--r--chrome/browser/dom_ui/browser_options_handler.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/dom_ui/browser_options_handler.h b/chrome/browser/dom_ui/browser_options_handler.h
index 70ac061..722e811 100644
--- a/chrome/browser/dom_ui/browser_options_handler.h
+++ b/chrome/browser/dom_ui/browser_options_handler.h
@@ -44,20 +44,20 @@ class BrowserOptionsHandler : public OptionsPageUIHandler,
private:
// Makes this the default browser. Called from DOMUI.
- void BecomeDefaultBrowser(const Value* value);
+ void BecomeDefaultBrowser(const ListValue* args);
// Sets the search engine at the given index to be default. Called from DOMUI.
- void SetDefaultSearchEngine(const Value* value);
+ void SetDefaultSearchEngine(const ListValue* args);
// Removes the startup page at the given indexes. Called from DOMUI.
- void RemoveStartupPages(const Value* value);
+ void RemoveStartupPages(const ListValue* args);
// Adds a startup page with the given URL after the given index.
// Called from DOMUI.
- void AddStartupPage(const Value* value);
+ void AddStartupPage(const ListValue* args);
// Sets the startup page set to the current pages. Called from DOMUI.
- void SetStartupPagesToCurrentPages(const Value* value);
+ void SetStartupPagesToCurrentPages(const ListValue* args);
// Returns the string ID for the given default browser state.
int StatusStringIdForState(ShellIntegration::DefaultBrowserState state);