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

Unified Diff: content/browser/loader/buffered_resource_handler.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/browser/loader/buffered_resource_handler.h
===================================================================
--- content/browser/loader/buffered_resource_handler.h (revision 212806)
+++ content/browser/loader/buffered_resource_handler.h (working copy)
@@ -16,12 +16,9 @@
class URLRequest;
}
-namespace webkit {
-struct WebPluginInfo;
-}
-
namespace content {
class ResourceDispatcherHostImpl;
+struct WebPluginInfo;
// Used to buffer a request until enough data has been received.
class BufferedResourceHandler
@@ -72,7 +69,7 @@
bool CopyReadBufferToNextHandler(int request_id);
// Called on the IO thread once the list of plugins has been loaded.
- void OnPluginsLoaded(const std::vector<webkit::WebPluginInfo>& plugins);
+ void OnPluginsLoaded(const std::vector<WebPluginInfo>& plugins);
enum State {
STATE_STARTING,

Powered by Google App Engine
This is Rietveld 408576698