| Index: chrome/renderer/webplugin_delegate_proxy.h
|
| diff --git a/chrome/renderer/webplugin_delegate_proxy.h b/chrome/renderer/webplugin_delegate_proxy.h
|
| index 02dd644bdcec671217da0703b7652bdc579a1032..f01ae0927cbed6269401c6089f3359f20cb99078 100644
|
| --- a/chrome/renderer/webplugin_delegate_proxy.h
|
| +++ b/chrome/renderer/webplugin_delegate_proxy.h
|
| @@ -91,7 +91,7 @@ class WebPluginDelegateProxy
|
| virtual void DidManualLoadFail();
|
| virtual void InstallMissingPlugin();
|
| virtual webkit_glue::WebPluginResourceClient* CreateResourceClient(
|
| - int resource_id,
|
| + unsigned long resource_id,
|
| const GURL& url,
|
| bool notify_needed,
|
| intptr_t notify_data,
|
| @@ -136,7 +136,7 @@ class WebPluginDelegateProxy
|
| intptr_t existing_stream,
|
| bool notify_needed,
|
| intptr_t notify_data);
|
| - void OnDeferResourceLoading(int resource_id, bool defer);
|
| + void OnDeferResourceLoading(unsigned long resource_id, bool defer);
|
|
|
| #if defined(OS_MACOSX)
|
| void OnUpdateGeometry_ACK(int ack_key);
|
|
|