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

Unified Diff: ppapi/cpp/dev/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
« no previous file with comments | « ppapi/c/dev/ppb_transport_dev.h ('k') | ppapi/cpp/dev/transport_dev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/transport_dev.h
diff --git a/ppapi/cpp/dev/transport_dev.h b/ppapi/cpp/dev/transport_dev.h
index d6ad56d161aea2139328696e5df90edbabbf9920..9c8c302a70c4e85548e77b825bc655ee67c5b81b 100644
--- a/ppapi/cpp/dev/transport_dev.h
+++ b/ppapi/cpp/dev/transport_dev.h
@@ -19,6 +19,7 @@ class Transport_Dev : public Resource {
Transport_Dev(Instance* instance, const char* name, const char* proto);
bool IsWritable();
+ int32_t SetProperty(PP_TransportProperty property, const Var& value);
int32_t Connect(const CompletionCallback& cc);
int32_t GetNextAddress(pp::Var* address, const CompletionCallback& cc);
int32_t ReceiveRemoteAddress(const pp::Var& address);
« no previous file with comments | « ppapi/c/dev/ppb_transport_dev.h ('k') | ppapi/cpp/dev/transport_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698