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

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

Issue 302663003: Fixed an old TODO to use IDS_PPAPI_BROKER_HEADER. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/content_settings_handler.cc
diff --git a/chrome/browser/ui/webui/options/content_settings_handler.cc b/chrome/browser/ui/webui/options/content_settings_handler.cc
index 0068387362349feec5e6a18dd694ac3d2e79fdc5..46269863fc8746ebc93be5156f403965abcc7e8a 100644
--- a/chrome/browser/ui/webui/options/content_settings_handler.cc
+++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
@@ -396,8 +396,7 @@ void ContentSettingsHandler::GetLocalizedValues(
{ "mediaPepperFlashGlobalPrivacyURL", IDS_FLASH_GLOBAL_PRIVACY_URL },
{ "mediaPepperFlashWebsitePrivacyURL", IDS_FLASH_WEBSITE_PRIVACY_URL },
// PPAPI broker filter.
- // TODO(bauerb): Use IDS_PPAPI_BROKER_HEADER.
- { "ppapi-broker_header", IDS_PPAPI_BROKER_TAB_LABEL },
+ { "ppapi-broker_header", IDS_PPAPI_BROKER_HEADER },
{ "ppapiBrokerTabLabel", IDS_PPAPI_BROKER_TAB_LABEL },
{ "ppapi_broker_allow", IDS_PPAPI_BROKER_ALLOW_RADIO },
{ "ppapi_broker_ask", IDS_PPAPI_BROKER_ASK_RADIO },
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698