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

Unified Diff: ppapi/thunk/ppb_url_response_info_api.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 | « ppapi/proxy/url_response_info_resource.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/ppb_url_response_info_api.h
diff --git a/ppapi/thunk/ppb_url_response_info_api.h b/ppapi/thunk/ppb_url_response_info_api.h
index b23847aba67b45cf8dd7e540797d3b170f495e80..5fea9a39c7970bbc770f99dd59647db3a99fcd4d 100644
--- a/ppapi/thunk/ppb_url_response_info_api.h
+++ b/ppapi/thunk/ppb_url_response_info_api.h
@@ -17,11 +17,6 @@ class PPB_URLResponseInfo_API {
virtual PP_Var GetProperty(PP_URLResponseProperty property) = 0;
virtual PP_Resource GetBodyAsFileRef() = 0;
-
- // Internal function to get the internal data. This passes one plugin
- // reference to the caller for the file ref resource if body_as_file_ref is
- // non-null (meaning we're downloading to a file).
- virtual URLResponseInfoData GetData() = 0;
};
} // namespace thunk
« no previous file with comments | « ppapi/proxy/url_response_info_resource.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698