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

Unified Diff: content/renderer/p2p/p2p_transport_impl.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 | « no previous file | content/renderer/p2p/p2p_transport_impl.cc » ('j') | ppapi/c/dev/ppb_transport_dev.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/p2p/p2p_transport_impl.h
diff --git a/content/renderer/p2p/p2p_transport_impl.h b/content/renderer/p2p/p2p_transport_impl.h
index 7675165e4b4a34eef7ca6f0bf9db95b0d5183b93..ae05c6ac66867f1d416b9fc43d36660e79669a88 100644
--- a/content/renderer/p2p/p2p_transport_impl.h
+++ b/content/renderer/p2p/p2p_transport_impl.h
@@ -52,7 +52,7 @@ class P2PTransportImpl : public webkit_glue::P2PTransport,
// webkit_glue::P2PTransport interface.
virtual bool Init(const std::string& name,
Protocol protocol,
- const std::string& config,
+ const Config& config,
EventHandler* event_handler) OVERRIDE;
virtual bool AddRemoteCandidate(const std::string& address) OVERRIDE;
virtual net::Socket* GetChannel() OVERRIDE;
« no previous file with comments | « no previous file | content/renderer/p2p/p2p_transport_impl.cc » ('j') | ppapi/c/dev/ppb_transport_dev.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698