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

Unified Diff: chrome/browser/extensions/api/content_settings/content_settings_api.h

Issue 19706002: Remove plugin_list.h includes from chrome tests in preparation for moving webkit/plugins to content… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix posix tests Created 7 years, 5 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
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

Powered by Google App Engine
This is Rietveld 408576698