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

Unified Diff: content/browser/frame_host/navigation_request_info.h

Issue 483773002: PlzNavigate: implement CommitNavigation on the browser side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split the class into structs used by IPCs Created 6 years, 3 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
Index: content/browser/frame_host/navigation_request_info.h
diff --git a/content/browser/frame_host/navigation_request_info.h b/content/browser/frame_host/navigation_request_info.h
index 4342863187f19adbdbd09e942843f0f4f77eb437..4b237f1235fe8e2ee59c85e595b00c22c584767d 100644
--- a/content/browser/frame_host/navigation_request_info.h
+++ b/content/browser/frame_host/navigation_request_info.h
@@ -32,6 +32,9 @@ struct NavigationRequestInfo {
GURL first_party_for_cookies;
bool is_main_frame;
bool parent_is_main_frame;
+
+ // Whether or not we should allow the URL to download.
Charlie Reis 2014/09/15 21:19:39 This comment is a bit unclear. What value does th
clamy 2014/09/18 20:50:39 This is required by the loader, and I think it is
+ bool allow_download;
Charlie Reis 2014/09/15 21:19:39 This is also one of the "request info" struct item
};
} // namespace content
« no previous file with comments | « no previous file | content/browser/frame_host/navigator.h » ('j') | content/browser/frame_host/render_frame_host_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698