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

Unified Diff: content/public/browser/plugin_data_remover.h

Issue 19894003: Move webplugininfo.h to content/public. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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: content/public/browser/plugin_data_remover.h
===================================================================
--- content/public/browser/plugin_data_remover.h (revision 212806)
+++ content/public/browser/plugin_data_remover.h (working copy)
@@ -14,12 +14,9 @@
class WaitableEvent;
}
-namespace webkit {
+namespace content {
struct WebPluginInfo;
-}
-namespace content {
-
class BrowserContext;
class CONTENT_EXPORT PluginDataRemover {
@@ -33,7 +30,7 @@
// Returns a list of all plug-ins that support removing LSO data. This method
// will use cached plugin data. Call PluginService::GetPlugins() if the latest
// data is needed.
- static void GetSupportedPlugins(std::vector<webkit::WebPluginInfo>* plugins);
+ static void GetSupportedPlugins(std::vector<WebPluginInfo>* plugins);
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698