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

Unified Diff: remoting/client/plugin/chromoting_instance.h

Issue 7981025: Use P2P Transport API by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 3 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: remoting/client/plugin/chromoting_instance.h
diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
index 981e0822bbb3ca2a7e7a667540af072932e0f523..e1b62cc3363787ee99cc83673b41db0127aa7b97 100644
--- a/remoting/client/plugin/chromoting_instance.h
+++ b/remoting/client/plugin/chromoting_instance.h
@@ -77,7 +77,7 @@ class ChromotingInstance : public pp::InstancePrivate {
ChromotingScriptableObject* GetScriptableObject();
// Initiates and cancels connections.
- void Connect(const ClientConfig& config, bool use_p2p_api);
+ void Connect(const ClientConfig& config);
void Disconnect();
// Called by ChromotingScriptableObject to provide username and password.
« no previous file with comments | « no previous file | remoting/client/plugin/chromoting_instance.cc » ('j') | remoting/client/plugin/chromoting_instance.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698