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

Unified Diff: ppapi/proxy/url_response_info_resource.h

Issue 15018015: Pepper: Remove PPB_URLResponseInfo_API::GetData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | ppapi/proxy/url_response_info_resource.cc » ('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..f05b32c41cd026b9c63b1fe8e34bb15fd03080c8 100644
--- a/ppapi/proxy/url_response_info_resource.h
+++ b/ppapi/proxy/url_response_info_resource.h
@@ -36,7 +36,6 @@ class PPAPI_PROXY_EXPORT URLResponseInfoResource
// PPB_URLResponseInfo_API implementation.
virtual PP_Var GetProperty(PP_URLResponseProperty property) OVERRIDE;
virtual PP_Resource GetBodyAsFileRef() OVERRIDE;
- virtual URLResponseInfoData GetData() OVERRIDE;
private:
URLResponseInfoData data_;
« no previous file with comments | « no previous file | ppapi/proxy/url_response_info_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698