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

Unified Diff: trunk/src/webkit/plugins/ppapi/ppb_url_loader_impl.h

Issue 14195008: Revert 194613 "Pepper: Autogenerate thunk for PPB_URL_Loader." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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: trunk/src/webkit/plugins/ppapi/ppb_url_loader_impl.h
===================================================================
--- trunk/src/webkit/plugins/ppapi/ppb_url_loader_impl.h (revision 194616)
+++ trunk/src/webkit/plugins/ppapi/ppb_url_loader_impl.h (working copy)
@@ -61,7 +61,7 @@
scoped_refptr< ::ppapi::TrackedCallback> callback) OVERRIDE;
virtual void Close() OVERRIDE;
virtual void GrantUniversalAccess() OVERRIDE;
- virtual void RegisterStatusCallback(
+ virtual void SetStatusCallback(
PP_URLLoaderTrusted_StatusCallback cb) OVERRIDE;
virtual bool GetResponseInfoData(
::ppapi::URLResponseInfoData* data) OVERRIDE;
« no previous file with comments | « trunk/src/ppapi/thunk/ppb_url_loader_trusted_thunk.cc ('k') | trunk/src/webkit/plugins/ppapi/ppb_url_loader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698