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

Unified Diff: webkit/glue/plugins/plugin_stream_url.h

Issue 435044: Send resource load notifications from plugins to devtools agent (Closed)
Patch Set: Sync with trunk Created 11 years 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
« no previous file with comments | « webkit/glue/plugins/plugin_instance.cc ('k') | webkit/glue/plugins/plugin_stream_url.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/plugin_stream_url.h
diff --git a/webkit/glue/plugins/plugin_stream_url.h b/webkit/glue/plugins/plugin_stream_url.h
index b4a61c3eb4dd845ab5f4c0966599da3c8ab015f9..7d3f59a5a0a05e5487d81c3a6ae3a063d077d7be 100644
--- a/webkit/glue/plugins/plugin_stream_url.h
+++ b/webkit/glue/plugins/plugin_stream_url.h
@@ -22,7 +22,7 @@ class PluginStreamUrl : public PluginStream,
// a URL. If notifyNeeded is set, then the plugin will be notified
// when the stream has been fully sent to the plugin. Initialize
// must be called before the object is used.
- PluginStreamUrl(int resource_id,
+ PluginStreamUrl(unsigned long resource_id,
const GURL &url,
PluginInstance *instance,
bool notify_needed,
@@ -59,7 +59,7 @@ class PluginStreamUrl : public PluginStream,
private:
GURL url_;
- int id_;
+ unsigned long id_;
DISALLOW_EVIL_CONSTRUCTORS(PluginStreamUrl);
};
« no previous file with comments | « webkit/glue/plugins/plugin_instance.cc ('k') | webkit/glue/plugins/plugin_stream_url.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698