| Index: chrome/browser/ui/content_settings/content_setting_bubble_model.cc | 
| diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model.cc b/chrome/browser/ui/content_settings/content_setting_bubble_model.cc | 
| index 23c1275dc23e89a735e617ad393253c835bc37dd..8154cb2a5df90a083944b0263fa001ccc6e4467c 100644 | 
| --- a/chrome/browser/ui/content_settings/content_setting_bubble_model.cc | 
| +++ b/chrome/browser/ui/content_settings/content_setting_bubble_model.cc | 
| @@ -510,7 +510,7 @@ void ContentSettingPluginBubbleModel::OnCustomLinkClicked() { | 
| if (!web_contents()) | 
| return; | 
| #if defined(ENABLE_PLUGINS) | 
| -  // TODO(bauerb): We should send the identifiers of blocked plug-ins here. | 
| +  // TODO(bauerb): We should send the identifiers of blocked plugins here. | 
| ChromePluginServiceFilter::GetInstance()->AuthorizeAllPlugins( | 
| web_contents(), true, std::string()); | 
| #endif | 
|  |