Index: chrome/browser/ui/webui/options/browser_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc |
index e8f0fc1d3a1c44247a2328a902bc39d26f2e10df..cb591f11f0a91f170928e55fa7d9635e37bde2b0 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc |
@@ -24,7 +24,6 @@ |
#include "chrome/browser/search_engines/template_url_service.h" |
#include "chrome/browser/search_engines/template_url_service_factory.h" |
#include "chrome/browser/ui/webui/favicon_source.h" |
-#include "chrome/browser/ui/webui/options/options_managed_banner_handler.h" |
#include "chrome/common/chrome_notification_types.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/common/url_constants.h" |
@@ -148,10 +147,6 @@ void BrowserOptionsHandler::Initialize() { |
pref_change_registrar_.Add(prefs::kURLsToRestoreOnStartup, this); |
UpdateSearchEngines(); |
- banner_handler_.reset( |
- OptionsManagedBannerHandler::Create(web_ui_, |
- ASCIIToUTF16("BrowserOptions"), |
- OPTIONS_PAGE_GENERAL)); |
autocomplete_controller_.reset(new AutocompleteController(profile, this)); |
} |