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

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

Issue 694773003: Allow URL requests for object/embed tags to be intercepted as streams. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor-guest-view-container-3
Patch Set: 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..4306d82323d12f26d2d35a4e2cc791750ebfecbd 100644
--- a/content/public/browser/resource_request_info.h
+++ b/content/public/browser/resource_request_info.h
@@ -36,6 +36,7 @@ class ResourceRequestInfo {
int render_process_id,
int render_view_id,
int render_frame_id,
+ bool allow_download,
bool is_async);
// Returns the associated RenderFrame for a given process. Returns false, if

Powered by Google App Engine
This is Rietveld 408576698