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

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: fix unit test 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
« no previous file with comments | « content/renderer/websharedworker_proxy.h ('k') | media/blink/url_index.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/websharedworker_proxy.cc
diff --git a/content/renderer/websharedworker_proxy.cc b/content/renderer/websharedworker_proxy.cc
index a10aef93f36dda93393b024ad8ad6a1999fc4b7f..c4439ded6b22c1dd9c0bbb94624e85fae00e73c1 100644
--- a/content/renderer/websharedworker_proxy.cc
+++ b/content/renderer/websharedworker_proxy.cc
@@ -16,14 +16,9 @@
namespace content {
WebSharedWorkerProxy::WebSharedWorkerProxy(MessageRouter* router,
- unsigned long long document_id,
- int route_id,
- int render_frame_route_id)
+ int route_id)
: 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);
« no previous file with comments | « content/renderer/websharedworker_proxy.h ('k') | media/blink/url_index.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698