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

Unified Diff: chrome/common/plugin_messages.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 | « no previous file | chrome/common/plugin_messages_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/plugin_messages.h
diff --git a/chrome/common/plugin_messages.h b/chrome/common/plugin_messages.h
index 0bfddeee7e8329f6c9049e8462a7c7d2e0c3972e..eeea874027aa43617e4a928c78b613502a491a34 100644
--- a/chrome/common/plugin_messages.h
+++ b/chrome/common/plugin_messages.h
@@ -54,7 +54,7 @@ struct PluginHostMsg_URLRequest_Params {
};
struct PluginMsg_URLRequestReply_Params {
- int resource_id;
+ unsigned long resource_id;
GURL url;
bool notify_needed;
intptr_t notify_data;
@@ -62,7 +62,7 @@ struct PluginMsg_URLRequestReply_Params {
};
struct PluginMsg_DidReceiveResponseParams {
- int id;
+ unsigned long id;
std::string mime_type;
std::string headers;
uint32 expected_length;
« no previous file with comments | « no previous file | chrome/common/plugin_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698