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

Unified Diff: ppapi/proxy/ppb_flash_proxy.h

Issue 10342013: Generate and connect a Pepper identifier for Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup as per brettw; move to serializedreturnvar in the host msg bounce step 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/ppb_flash_proxy.h
diff --git a/ppapi/proxy/ppb_flash_proxy.h b/ppapi/proxy/ppb_flash_proxy.h
index 018ac4ad8141e1d291508369cd7f6c82d5c6ee95..ce007bbe30749c87456c613a6586d8445f2b13a1 100644
--- a/ppapi/proxy/ppb_flash_proxy.h
+++ b/ppapi/proxy/ppb_flash_proxy.h
@@ -187,6 +187,8 @@ class PPB_Flash_Proxy : public InterfaceProxy, public PPB_Flash_Shared {
const ppapi::HostResource& host_resource,
PP_FileInfo* info,
int32_t* result);
+ void OnHostMsgGetDeviceID(PP_Instance instance,
+ SerializedVarReturnValue id);
DISALLOW_COPY_AND_ASSIGN(PPB_Flash_Proxy);
};

Powered by Google App Engine
This is Rietveld 408576698