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

Unified Diff: content/browser/renderer_host/socket_stream_dispatcher_host.cc

Issue 567923002: Refactoring the weak_ptr_factory order in content/browser/renderer_host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « content/browser/renderer_host/socket_stream_dispatcher_host.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/socket_stream_dispatcher_host.cc
diff --git a/content/browser/renderer_host/socket_stream_dispatcher_host.cc b/content/browser/renderer_host/socket_stream_dispatcher_host.cc
index c52023eb407c2e84234dc16b9964f98e83e8d0d4..5cd1d9445277442ef53220a10a6b0bf62e8f443f 100644
--- a/content/browser/renderer_host/socket_stream_dispatcher_host.cc
+++ b/content/browser/renderer_host/socket_stream_dispatcher_host.cc
@@ -36,8 +36,8 @@ SocketStreamDispatcherHost::SocketStreamDispatcherHost(
render_process_id_(render_process_id),
request_context_callback_(request_context_callback),
resource_context_(resource_context),
- weak_ptr_factory_(this),
- on_shutdown_(false) {
+ on_shutdown_(false),
+ weak_ptr_factory_(this) {
net::WebSocketJob::EnsureInit();
}
« no previous file with comments | « content/browser/renderer_host/socket_stream_dispatcher_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698