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

Unified Diff: content/renderer/render_view_impl.h

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: Removed comments. Created 8 years, 9 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/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 7d1693819b17ab671b140d76b49af3d37ae0d652..a68ac278d7370e085241711c7f38c57dd8dc49bd 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -1140,6 +1140,9 @@ class RenderViewImpl : public RenderWidget,
// The next target URL we want to send to the browser.
GURL pending_target_url_;
+ // Whether or not the pending navigation allows download.
+ bool pending_allow_download_;
chebert 2012/03/31 21:03:18 I wasn't sure if it was a good idea to add member
+
// The text selection the last time DidChangeSelection got called.
string16 selection_text_;
size_t selection_text_offset_;

Powered by Google App Engine
This is Rietveld 408576698