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

Unified Diff: chrome/renderer/navigation_state.cc

Issue 6546069: Only display Link Doctor page on 404 errors with no body (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Response to comments Created 9 years, 10 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: chrome/renderer/navigation_state.cc
===================================================================
--- chrome/renderer/navigation_state.cc (revision 75637)
+++ chrome/renderer/navigation_state.cc (working copy)
@@ -71,7 +71,7 @@
is_content_initiated_(is_content_initiated),
pending_page_id_(pending_page_id),
pending_history_list_offset_(pending_history_list_offset),
- postpone_loading_data_(false),
+ use_error_page_(false),
is_prerendering_(false),
was_started_as_prerender_(false),
cache_policy_override_set_(false),

Powered by Google App Engine
This is Rietveld 408576698