| Index: chrome/browser/extensions/api/content_settings/content_settings_api.h | 
| diff --git a/chrome/browser/extensions/api/content_settings/content_settings_api.h b/chrome/browser/extensions/api/content_settings/content_settings_api.h | 
| index b58f66f844108b4dde54fd5fb1ca70fbb4eb574b..9270b2ae29a2ae3cd8f8ed6fa2d4b5aa19c35561 100644 | 
| --- a/chrome/browser/extensions/api/content_settings/content_settings_api.h | 
| +++ b/chrome/browser/extensions/api/content_settings/content_settings_api.h | 
| @@ -65,10 +65,9 @@ class GetResourceIdentifiersFunction : public AsyncExtensionFunction { | 
| FRIEND_TEST_ALL_PREFIXES(ExtensionApiTest, | 
| ContentSettingsGetResourceIdentifiers); | 
|  | 
| -  // Callback method that gets executed when both |finder| and |plugins| | 
| +  // Callback method that gets executed when |plugins| | 
| // are asynchronously fetched. | 
| -  void OnGotPlugins(const std::vector<webkit::WebPluginInfo>& plugins, | 
| -                    PluginFinder* finder); | 
| +  void OnGotPlugins(const std::vector<webkit::WebPluginInfo>& plugins); | 
|  | 
| // Used to override the global plugin list in tests. | 
| static void SetPluginsForTesting( | 
|  |