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 b5fb903e238715fc4141cfceed1cf67259682e67..f320d9e93ef5bf1fa94d204733463a590fba3b8c 100644 |
--- a/chrome/browser/ui/webui/options/extension_settings_handler.cc |
+++ b/chrome/browser/ui/webui/options/extension_settings_handler.cc |
@@ -570,6 +570,11 @@ void ExtensionSettingsHandler::GetLocalizedValues( |
l10n_util::GetStringUTF16(IDS_EXTENSIONS_SHOW_DETAILS)); |
localized_strings->SetString("extensionSettingsHideDetails", |
l10n_util::GetStringUTF16(IDS_EXTENSIONS_HIDE_DETAILS)); |
+ |
+ // TODO(estade): comb through the above strings to find ones no longer used in |
+ // uber extensions. |
Dan Beam
2012/02/04 02:19:06
TODO?
Why not DO?
Evan Stade
2012/02/04 02:37:22
because this file is still being used by the old e
|
+ localized_strings->SetString("extensionUninstall", |
+ l10n_util::GetStringUTF16(IDS_EXTENSIONS_UNINSTALL)); |
} |
void ExtensionSettingsHandler::Initialize() { |