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

Unified Diff: ppapi/shared_impl/ppb_url_request_info_shared.h

Issue 9391013: Make a global enum to differentiate impl & proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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: ppapi/shared_impl/ppb_url_request_info_shared.h
diff --git a/ppapi/shared_impl/ppb_url_request_info_shared.h b/ppapi/shared_impl/ppb_url_request_info_shared.h
index c07b9c98b487dbc3f2f0229f1050122ae09e4399..d779c0b9c330d397fa5b0e521392f099baf6ab37 100644
--- a/ppapi/shared_impl/ppb_url_request_info_shared.h
+++ b/ppapi/shared_impl/ppb_url_request_info_shared.h
@@ -90,11 +90,9 @@ class PPAPI_SHARED_EXPORT PPB_URLRequestInfo_Shared
: public ::ppapi::Resource,
public ::ppapi::thunk::PPB_URLRequestInfo_API {
public:
- // This constructor initializes the object as a proxy object with the given
- // host resource.
- PPB_URLRequestInfo_Shared(const HostResource& host_resource,
- const PPB_URLRequestInfo_Data& data);
-
+ PPB_URLRequestInfo_Shared(ResourceObjectType type,
+ PP_Instance instance,
+ const PPB_URLRequestInfo_Data& data);
~PPB_URLRequestInfo_Shared();
// Resource overrides.

Powered by Google App Engine
This is Rietveld 408576698