| Index: chrome/browser/ui/webui/options2/browser_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options2/browser_options_handler.h b/chrome/browser/ui/webui/options2/browser_options_handler.h
|
| index 71ee40a7b3d8c273b1543462da52311e5dc7ca34..750f1d517b1d99b487e1fe02cd3bff3ef2ae7a61 100644
|
| --- a/chrome/browser/ui/webui/options2/browser_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options2/browser_options_handler.h
|
| @@ -88,10 +88,6 @@ class BrowserOptionsHandler
|
| // Sets the search engine at the given index to be default. Called from WebUI.
|
| void SetDefaultSearchEngine(const base::ListValue* args);
|
|
|
| - // Enables/disables Instant.
|
| - void EnableInstant(const base::ListValue* args);
|
| - void DisableInstant(const base::ListValue* args);
|
| -
|
| // Enables/disables auto-launching of Chrome on computer startup.
|
| void ToggleAutoLaunch(const base::ListValue* args);
|
|
|
|
|