| Index: chrome/browser/ui/webui/options/personal_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/personal_options_handler.cc b/chrome/browser/ui/webui/options/personal_options_handler.cc
|
| index 36428cc546ec9ad02fda2e3aa9e5089e8e327f2f..9ac429f8a15e7c31e6ae836d0531170a2eafc3a1 100644
|
| --- a/chrome/browser/ui/webui/options/personal_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/personal_options_handler.cc
|
| @@ -22,7 +22,6 @@
|
| #include "chrome/browser/sync/sync_ui_util.h"
|
| #include "chrome/browser/themes/theme_service.h"
|
| #include "chrome/browser/themes/theme_service_factory.h"
|
| -#include "chrome/browser/ui/webui/options/options_managed_banner_handler.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| @@ -349,11 +348,6 @@ void PersonalOptionsHandler::ObserveThemeChanged() {
|
| }
|
|
|
| void PersonalOptionsHandler::Initialize() {
|
| - banner_handler_.reset(
|
| - OptionsManagedBannerHandler::Create(web_ui_,
|
| - ASCIIToUTF16("PersonalOptions"),
|
| - OPTIONS_PAGE_CONTENT));
|
| -
|
| // Listen for theme installation.
|
| registrar_.Add(this, chrome::NOTIFICATION_BROWSER_THEME_CHANGED,
|
| NotificationService::AllSources());
|
|
|