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

Unified Diff: chrome/browser/extensions/api/web_request/web_request_api.cc

Issue 132233022: Fix chrome.webRequest.onBeforeRequest for requests coming from NPAPI plugin processes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync 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 | « no previous file | chrome/browser/extensions/extension_renderer_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/web_request/web_request_api.cc
===================================================================
--- chrome/browser/extensions/api/web_request/web_request_api.cc (revision 245717)
+++ chrome/browser/extensions/api/web_request/web_request_api.cc (working copy)
@@ -177,7 +177,7 @@
const ResourceRequestInfo* info = ResourceRequestInfo::ForRequest(request);
ExtensionRendererState::GetInstance()->GetTabAndWindowId(
- info->GetChildID(), info->GetRouteID(), tab_id, window_id);
+ info, tab_id, window_id);
*frame_id = info->GetFrameID();
*is_main_frame = info->IsMainFrame();
*parent_frame_id = info->GetParentFrameID();
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_renderer_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698