Index: chrome/browser/extensions/api/content_settings/content_settings_api.h |
=================================================================== |
--- chrome/browser/extensions/api/content_settings/content_settings_api.h (revision 212185) |
+++ chrome/browser/extensions/api/content_settings/content_settings_api.h (working copy) |
@@ -68,10 +68,6 @@ |
// Callback method that gets executed when |plugins| |
// are asynchronously fetched. |
void OnGotPlugins(const std::vector<webkit::WebPluginInfo>& plugins); |
- |
- // Used to override the global plugin list in tests. |
- static void SetPluginsForTesting( |
- const std::vector<webkit::WebPluginInfo>* plugins); |
}; |
} // namespace extensions |