Index: chrome/browser/ui/webui/options2/browser_options_handler2.h |
diff --git a/chrome/browser/ui/webui/options2/browser_options_handler2.h b/chrome/browser/ui/webui/options2/browser_options_handler2.h |
index 31bb602af7f84960d047cd585ab2956f0bac0909..9353ca2ec33a9f710ae34634ae6be730bcbb1dfc 100644 |
--- a/chrome/browser/ui/webui/options2/browser_options_handler2.h |
+++ b/chrome/browser/ui/webui/options2/browser_options_handler2.h |
@@ -10,7 +10,6 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
#include "chrome/browser/autocomplete/autocomplete_controller_delegate.h" |
-#include "chrome/browser/prefs/pref_change_registrar.h" |
#include "chrome/browser/prefs/pref_member.h" |
#include "chrome/browser/search_engines/template_url_service_observer.h" |
#include "chrome/browser/shell_integration.h" |
@@ -103,9 +102,6 @@ class BrowserOptionsHandler |
// Updates the UI with the given state for the default browser. |
void SetDefaultBrowserUIString(int status_string_id); |
- // Updates the label of the 'Show Home page'. |
- void UpdateHomePageLabel() const; |
- |
// Loads the possible default search engine list and reports it to the WebUI. |
void UpdateSearchEngines(); |
@@ -144,10 +140,6 @@ class BrowserOptionsHandler |
StringPrefMember homepage_; |
BooleanPrefMember default_browser_policy_; |
- // Used to observe updates to the preference of the list of URLs to load |
- // on startup, which can be updated via sync. |
- PrefChangeRegistrar pref_change_registrar_; |
- |
TemplateURLService* template_url_service_; // Weak. |
scoped_ptr<AutocompleteController> autocomplete_controller_; |