Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7203)

Unified Diff: chrome/browser/ui/webui/options/extension_settings_handler.cc

Issue 8359008: Improve extension settings accessibility. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/options/extension_settings_handler.cc
===================================================================
--- chrome/browser/ui/webui/options/extension_settings_handler.cc (revision 106237)
+++ chrome/browser/ui/webui/options/extension_settings_handler.cc (working copy)
@@ -568,6 +568,12 @@
l10n_util::GetStringUTF16(IDS_EXTENSIONS_IN_DEVELOPMENT));
localized_strings->SetString("extensionSettingsWarningsTitle",
l10n_util::GetStringUTF16(IDS_EXTENSION_WARNINGS_TITLE));
+
+ // TODO(dmazzoni) Uncomment these strings once this change is merged.
Finnur 2011/10/21 09:35:46 nit: Semicolon after close parenthesis.
dmazzoni 2011/10/21 16:29:38 Done - I think you mean colon?
Finnur 2011/10/21 16:46:21 Correct. I meant open braces. :) Just kidding. :)
+ localized_strings->SetString("extensionSettingsShowDetails",
+ ""); // l10n_util::GetStringUTF16(IDS_EXTENSIONS_SHOW_DETAILS));
+ localized_strings->SetString("extensionSettingsHideDetails",
+ ""); // l10n_util::GetStringUTF16(IDS_EXTENSIONS_HIDE_DETAILS));
}
void ExtensionSettingsHandler::Initialize() {

Powered by Google App Engine
This is Rietveld 408576698