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

Unified Diff: chrome/plugin/webplugin_proxy.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 | « chrome/common/plugin_messages_internal.h ('k') | chrome/plugin/webplugin_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/plugin/webplugin_proxy.h
diff --git a/chrome/plugin/webplugin_proxy.h b/chrome/plugin/webplugin_proxy.h
index fabf5d06167390c41eed2c141fea30d675c77c33..2e86bbd945d46d0513f29dfa7fa831d0d7f1344c 100644
--- a/chrome/plugin/webplugin_proxy.h
+++ b/chrome/plugin/webplugin_proxy.h
@@ -47,7 +47,7 @@ class WebPluginProxy : public webkit_glue::WebPlugin {
void SetWindowlessPumpEvent(HANDLE pump_messages_event);
#endif
- void CancelResource(int id);
+ void CancelResource(unsigned long id);
void Invalidate();
void InvalidateRect(const gfx::Rect& rect);
NPObject* GetWindowScriptNPObject();
@@ -126,7 +126,7 @@ class WebPluginProxy : public webkit_glue::WebPlugin {
bool notify_needed,
intptr_t notify_data);
- void SetDeferResourceLoading(int resource_id, bool defer);
+ void SetDeferResourceLoading(unsigned long resource_id, bool defer);
bool IsOffTheRecord();
« no previous file with comments | « chrome/common/plugin_messages_internal.h ('k') | chrome/plugin/webplugin_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698