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

Unified Diff: ppapi/proxy/interface_id.h

Issue 6833002: Implemented PPB_Broker_Proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed check for valid handle in GetHandle. Makes GetHandle behave the same whether proxied or not. Created 9 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_id.h
diff --git a/ppapi/proxy/interface_id.h b/ppapi/proxy/interface_id.h
index 3e33314990a1f5886d3f419701b7a92bb98b24a3..d973a274fd5c41b60922f1c259551baaeb70706e 100644
--- a/ppapi/proxy/interface_id.h
+++ b/ppapi/proxy/interface_id.h
@@ -15,6 +15,7 @@ enum InterfaceID {
INTERFACE_ID_NONE = 0,
INTERFACE_ID_PPB_AUDIO = 1,
INTERFACE_ID_PPB_AUDIO_CONFIG,
+ INTERFACE_ID_PPB_BROKER,
INTERFACE_ID_PPB_BUFFER,
INTERFACE_ID_PPB_CHAR_SET,
INTERFACE_ID_PPB_CONSOLE,

Powered by Google App Engine
This is Rietveld 408576698