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

Unified Diff: ppapi/c/dev/ppb_transport_dev.h

Issue 7713021: Add SetProperty() in the PPB_Transport_Dev interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/c/dev/ppb_transport_dev.h
diff --git a/ppapi/c/dev/ppb_transport_dev.h b/ppapi/c/dev/ppb_transport_dev.h
index bc3a8cd44075eddb344fdcffa8906a2fffb46563..a90ba03b24b9f838707d52297ea47db73a6ea10f 100644
--- a/ppapi/c/dev/ppb_transport_dev.h
+++ b/ppapi/c/dev/ppb_transport_dev.h
@@ -34,6 +34,10 @@ struct PPB_Transport_Dev {
// connect type, protocol
// RTT
+ // Set STUN/relay server configuration, as well as other
+ // configuration parameters.
brettw 2011/08/22 23:59:59 This documentation gives me no idea what I can pas
Sergey Ulanov 2011/08/23 19:02:04 I like the idea of SetProperty() and enum with all
+ int32_t (*SetConfig)(PP_Resource transport, const char* config);
+
// Establishes a connection to the remote peer. Returns
// PP_OK_COMPLETIONPENDING and notifies on |cb| when connectivity is
// established (or timeout occurs).

Powered by Google App Engine
This is Rietveld 408576698