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

Unified Diff: ppapi/proxy/url_response_info_resource.h

Issue 11416064: Convert URLLoader to the new proxy design (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments, merge Created 8 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 | « ppapi/proxy/url_loader_resource.cc ('k') | ppapi/shared_impl/api_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/url_response_info_resource.h
diff --git a/ppapi/proxy/url_response_info_resource.h b/ppapi/proxy/url_response_info_resource.h
index d3902d86c54c6ac5e613a848b21e52955f921b8d..12a8d3b1c9a2bbf8352bbc303777c6f0839044ce 100644
--- a/ppapi/proxy/url_response_info_resource.h
+++ b/ppapi/proxy/url_response_info_resource.h
@@ -38,6 +38,8 @@ class PPAPI_PROXY_EXPORT URLResponseInfoResource
virtual PP_Resource GetBodyAsFileRef() OVERRIDE;
virtual URLResponseInfoData GetData() OVERRIDE;
+ const URLResponseInfoData& data() const { return data_; }
+
private:
URLResponseInfoData data_;
« no previous file with comments | « ppapi/proxy/url_loader_resource.cc ('k') | ppapi/shared_impl/api_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698