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

Unified Diff: content/public/renderer/navigation_state.cc

Issue 9808029: Prepending view-source: does not load the source of the userscript. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: allow_download_(true) Created 8 years, 8 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/renderer/navigation_state.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/navigation_state.cc
diff --git a/content/public/renderer/navigation_state.cc b/content/public/renderer/navigation_state.cc
index 2c70bb7b922867ce79ff163e75ce23e674199a7b..22631b77901cd82ec42c2f2e3132ecf195a3d5df 100644
--- a/content/public/renderer/navigation_state.cc
+++ b/content/public/renderer/navigation_state.cc
@@ -17,7 +17,8 @@ NavigationState::NavigationState(content::PageTransition transition_type,
pending_history_list_offset_(pending_history_list_offset),
was_within_same_page_(false),
transferred_request_child_id_(-1),
- transferred_request_request_id_(-1) {
+ transferred_request_request_id_(-1),
+ allow_download_(true) {
}
NavigationState::~NavigationState() {}
« no previous file with comments | « content/public/renderer/navigation_state.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698