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

Unified Diff: content/public/browser/resource_request_info.h

Issue 624073002: Add is_main_frame and parent_is_main_frame to ResourceRequestInfo::AllocateForTesting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile extensions_unittests Created 6 years, 1 month 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/public/browser/resource_request_info.h
diff --git a/content/public/browser/resource_request_info.h b/content/public/browser/resource_request_info.h
index 00be9c7ceb9c6ad21123bd46ddc180f11bf6e11b..53a36d7b4685f4c9c1918361603e35ed2d522ab5 100644
--- a/content/public/browser/resource_request_info.h
+++ b/content/public/browser/resource_request_info.h
@@ -36,6 +36,8 @@ class ResourceRequestInfo {
int render_process_id,
int render_view_id,
int render_frame_id,
+ bool is_main_frame,
+ bool parent_is_main_frame,
bool is_async);
// Returns the associated RenderFrame for a given process. Returns false, if

Powered by Google App Engine
This is Rietveld 408576698