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

Unified Diff: content/public/browser/resource_request_info.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/public/browser/resource_request_details.cc ('k') | content/renderer/shared_worker_repository.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/resource_request_info.h
===================================================================
--- content/public/browser/resource_request_info.h (revision 243184)
+++ content/public/browser/resource_request_info.h (working copy)
@@ -100,11 +100,6 @@
// the requested URL may be being loaded by an external program.
virtual bool WasIgnoredByHandler() const = 0;
- // Returns false if there is NOT an associated render view.
- // TODO(jam): remove this. http://crbug.com/304341
- virtual bool GetAssociatedRenderView(int* render_process_id,
- int* render_view_id) const = 0;
-
// Returns false if there is NOT an associated render frame.
virtual bool GetAssociatedRenderFrame(int* render_process_id,
int* render_frame_id) const = 0;
« no previous file with comments | « content/public/browser/resource_request_details.cc ('k') | content/renderer/shared_worker_repository.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698