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

Unified Diff: ppapi/proxy/interface_list.cc

Issue 9960083: Add a Flash API to get the device ID. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « ppapi/cpp/private/flash.cc ('k') | ppapi/proxy/ppb_flash_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/interface_list.cc
diff --git a/ppapi/proxy/interface_list.cc b/ppapi/proxy/interface_list.cc
index 3a23c9445da131fd1d59cd506db36f510b1124a6..4b526a0fe28cdbb228d0b3703728c9ecbdaeeece 100644
--- a/ppapi/proxy/interface_list.cc
+++ b/ppapi/proxy/interface_list.cc
@@ -300,6 +300,8 @@ void InterfaceList::AddFlashInterfaces() {
PPB_Flash_Proxy::GetInterface12_0());
AddPPB(PPB_FLASH_INTERFACE_12_1, API_ID_PPB_FLASH,
PPB_Flash_Proxy::GetInterface12_1());
+ AddPPB(PPB_FLASH_INTERFACE_12_2, API_ID_PPB_FLASH,
+ PPB_Flash_Proxy::GetInterface12_2());
AddProxy(API_ID_PPB_FLASH_CLIPBOARD,
&ProxyFactory<PPB_Flash_Clipboard_Proxy>);
« no previous file with comments | « ppapi/cpp/private/flash.cc ('k') | ppapi/proxy/ppb_flash_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698