| Index: chrome/browser/ui/webui/options/extension_settings_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/extension_settings_handler.cc b/chrome/browser/ui/webui/options/extension_settings_handler.cc
|
| index 6a088ea32617d4a3a8ecbb123993454355f7453b..6ea248dfb01c52818bee6b02c2f36348782a0b28 100644
|
| --- a/chrome/browser/ui/webui/options/extension_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/extension_settings_handler.cc
|
| @@ -591,9 +591,6 @@ void ExtensionSettingsHandler::GetLocalizedValues(
|
| l10n_util::GetStringUTF16(IDS_EXTENSIONS_UNINSTALL));
|
| }
|
|
|
| -void ExtensionSettingsHandler::Initialize() {
|
| -}
|
| -
|
| void ExtensionSettingsHandler::Observe(
|
| int type,
|
| const content::NotificationSource& source,
|
|
|