| 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 8c819511a52da62d8f71b5fa6a2ba58f36c1297a..f465c995829800b58823cd0ab3b5c9ed708e7c92 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| @@ -59,13 +59,6 @@ class BrowserOptionsHandler
|
| // ProfileSyncServiceObserver implementation.
|
| virtual void OnStateChanged() OVERRIDE;
|
|
|
| - // Will be called when the kSigninAllowed pref has changed.
|
| - void OnSigninAllowedPrefChange();
|
| -
|
| - // Called whenever prefs::kSearchSuggestEnabled or the default search engine
|
| - // changes, so that we can update the state of the Instant pref checkbox.
|
| - void UpdateInstantCheckboxState();
|
| -
|
| // ShellIntegration::DefaultWebClientObserver implementation.
|
| virtual void SetDefaultWebClientUIState(
|
| ShellIntegration::DefaultWebClientUIState state) OVERRIDE;
|
| @@ -93,6 +86,11 @@ class BrowserOptionsHandler
|
| virtual void MouseExists(bool exists) OVERRIDE;
|
| #endif
|
|
|
| + void UpdateSyncState();
|
| +
|
| + // Will be called when the kSigninAllowed pref has changed.
|
| + void OnSigninAllowedPrefChange();
|
| +
|
| // Makes this the default browser. Called from WebUI.
|
| void BecomeDefaultBrowser(const base::ListValue* args);
|
|
|
|
|