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

Unified Diff: content/browser/renderer_host/p2p/socket_host_tcp.h

Issue 7604014: Renamed authorized_ to connected_ for p2p sockets host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update comments 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/browser/renderer_host/p2p/socket_host_tcp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/p2p/socket_host_tcp.h
diff --git a/content/browser/renderer_host/p2p/socket_host_tcp.h b/content/browser/renderer_host/p2p/socket_host_tcp.h
index 568752c053f0422e32a6c60a69da2081696c13cf..6cfc3a5feb234516266f5b10510576995081f7c6 100644
--- a/content/browser/renderer_host/p2p/socket_host_tcp.h
+++ b/content/browser/renderer_host/p2p/socket_host_tcp.h
@@ -62,7 +62,7 @@ class P2PSocketHostTcp : public P2PSocketHost {
scoped_refptr<net::GrowableIOBuffer> read_buffer_;
scoped_refptr<net::DrainableIOBuffer> write_buffer_;
- bool authorized_;
+ bool connected_;
net::CompletionCallbackImpl<P2PSocketHostTcp> connect_callback_;
net::CompletionCallbackImpl<P2PSocketHostTcp> read_callback_;
« no previous file with comments | « no previous file | content/browser/renderer_host/p2p/socket_host_tcp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698