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

Unified Diff: content/renderer/websharedworker_proxy.h

Issue 125513002: Finally remove ResourceRequestInfo::GetAssociatedRenderView. Also remove the shared worker plumbing… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 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/shared_worker_repository.cc ('k') | content/renderer/websharedworker_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/websharedworker_proxy.h
===================================================================
--- content/renderer/websharedworker_proxy.h (revision 243184)
+++ content/renderer/websharedworker_proxy.h (working copy)
@@ -31,7 +31,6 @@
unsigned long long document_id,
bool exists,
int route_id,
- int render_view_route_id,
int render_frame_route_id);
virtual ~WebSharedWorkerProxy();
@@ -87,8 +86,7 @@
// routing ids).
int route_id_;
- // The routing id for the RenderView and RenderFrame that created this worker.
- int render_view_route_id_;
+ // The routing id for the RenderFrame that created this worker.
int render_frame_route_id_;
ChildThread* child_thread_;
« no previous file with comments | « content/renderer/shared_worker_repository.cc ('k') | content/renderer/websharedworker_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698