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

Unified Diff: ppapi/proxy/ppb_flash_file_proxy.h

Issue 8359010: Convert the Flash interfaces to no longer use GetInfo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comment Created 9 years, 2 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/ppb_flash_clipboard_proxy.cc ('k') | ppapi/proxy/ppb_flash_file_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppb_flash_file_proxy.h
diff --git a/ppapi/proxy/ppb_flash_file_proxy.h b/ppapi/proxy/ppb_flash_file_proxy.h
index b0ebb6329c92fb52ba2565cef48c94303842e2da..63ab6244803b7cba7ef6065430a6ea878108b8a4 100644
--- a/ppapi/proxy/ppb_flash_file_proxy.h
+++ b/ppapi/proxy/ppb_flash_file_proxy.h
@@ -30,7 +30,7 @@ class PPB_Flash_File_ModuleLocal_Proxy : public InterfaceProxy {
PPB_Flash_File_ModuleLocal_Proxy(Dispatcher* dispatcher);
virtual ~PPB_Flash_File_ModuleLocal_Proxy();
- static const Info* GetInfo();
+ static const PPB_Flash_File_ModuleLocal* GetInterface();
// InterfaceProxy implementation.
virtual bool OnMessageReceived(const IPC::Message& msg);
@@ -75,7 +75,7 @@ class PPB_Flash_File_FileRef_Proxy : public InterfaceProxy {
PPB_Flash_File_FileRef_Proxy(Dispatcher* dispatcher);
virtual ~PPB_Flash_File_FileRef_Proxy();
- static const Info* GetInfo();
+ static const PPB_Flash_File_FileRef* GetInterface();
// InterfaceProxy implementation.
virtual bool OnMessageReceived(const IPC::Message& msg);
« no previous file with comments | « ppapi/proxy/ppb_flash_clipboard_proxy.cc ('k') | ppapi/proxy/ppb_flash_file_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698