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

Unified Diff: chrome/renderer/navigation_state.h

Issue 6532031: Fix for swapping in prerendered RenderViews with provisional data sources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Remove some unneeded code 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
« no previous file with comments | « no previous file | chrome/renderer/navigation_state.cc » ('j') | chrome/renderer/render_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/navigation_state.h
===================================================================
--- chrome/renderer/navigation_state.h (revision 75181)
+++ chrome/renderer/navigation_state.h (working copy)
@@ -221,9 +221,6 @@
postponed_data_.append(data, data_len);
}
- bool is_prerendering() const;
- void set_is_prerendering(bool is_prerendering);
-
bool was_started_as_prerender() const;
void set_was_started_as_prerender(bool was_started_as_prerender);
@@ -319,11 +316,6 @@
bool postpone_loading_data_;
std::string postponed_data_;
- // True if page is being prerendered. False once prerendered page is
- // displayed. Preserved across redirects. Only set for the main frame's
- // data source.
- bool is_prerendering_;
-
// True if a page load started as a prerender. Preserved across redirects.
bool was_started_as_prerender_;
« no previous file with comments | « no previous file | chrome/renderer/navigation_state.cc » ('j') | chrome/renderer/render_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698