| Index: chrome/renderer/content_settings_observer.cc | 
| diff --git a/chrome/renderer/content_settings_observer.cc b/chrome/renderer/content_settings_observer.cc | 
| index 9fb675ea8109a64270d31b6db12564fc7c5b1f82..d249fee0585259c2a7ecaf6276f609c21ee715b3 100644 | 
| --- a/chrome/renderer/content_settings_observer.cc | 
| +++ b/chrome/renderer/content_settings_observer.cc | 
| @@ -194,7 +194,7 @@ void ContentSettingsObserver::SetContentSettingRules( | 
|  | 
| bool ContentSettingsObserver::IsPluginTemporarilyAllowed( | 
| const std::string& identifier) { | 
| -  // If the empty string is in here, it means all plug-ins are allowed. | 
| +  // If the empty string is in here, it means all plugins are allowed. | 
| // TODO(bauerb): Remove this once we only pass in explicit identifiers. | 
| return (temporarily_allowed_plugins_.find(identifier) != | 
| temporarily_allowed_plugins_.end()) || | 
|  |