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

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
Index: ppapi/proxy/interface_list.cc
diff --git a/ppapi/proxy/interface_list.cc b/ppapi/proxy/interface_list.cc
index 6d057222b52cf1113d84b706d32b76480229b0ab..0d6eb3f12e0aef0429ba053bacea95e4e1fd7deb 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>);

Powered by Google App Engine
This is Rietveld 408576698