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

Unified Diff: content/renderer/websharedworker_proxy.cc

Issue 1575763002: Make `content` target build without unused data members on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use_disallow_copy_assign_linux_only
Patch Set: no deps Created 4 years, 11 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: content/renderer/websharedworker_proxy.cc
diff --git a/content/renderer/websharedworker_proxy.cc b/content/renderer/websharedworker_proxy.cc
index a10aef93f36dda93393b024ad8ad6a1999fc4b7f..807ea833d868f82aef44dc5a09509b7fd0defe2a 100644
--- a/content/renderer/websharedworker_proxy.cc
+++ b/content/renderer/websharedworker_proxy.cc
@@ -20,10 +20,7 @@ WebSharedWorkerProxy::WebSharedWorkerProxy(MessageRouter* router,
int route_id,
int render_frame_route_id)
jam 2016/01/13 16:17:50 ditto here for the two unused params
mlamouri (slow - plz ping) 2016/01/14 20:14:01 Done.
: route_id_(route_id),
- render_frame_route_id_(render_frame_route_id),
router_(router),
- document_id_(document_id),
- pending_route_id_(route_id),
connect_listener_(NULL),
created_(false) {
router_->AddRoute(route_id_, this);

Powered by Google App Engine
This is Rietveld 408576698