summaryrefslogtreecommitdiffstats
path: root/chrome/browser/navigation_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/navigation_controller.h')
-rw-r--r--chrome/browser/navigation_controller.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/chrome/browser/navigation_controller.h b/chrome/browser/navigation_controller.h
index bd1d2aa..ce5a20f 100644
--- a/chrome/browser/navigation_controller.h
+++ b/chrome/browser/navigation_controller.h
@@ -51,8 +51,7 @@ class NavigationController {
: entry(NULL),
is_auto(false),
is_in_page(false),
- is_main_frame(true),
- is_interstitial(false) {
+ is_main_frame(true) {
}
// The committed entry. This will be the active entry in the controller.
@@ -85,10 +84,6 @@ class NavigationController {
// sub-frame.
bool is_main_frame;
- // True when this navigation is for an interstitial page. Many consumers
- // won't care about interstitial loads.
- bool is_interstitial;
-
// Whether the content of this frame has been altered/blocked because it was
// unsafe.
bool is_content_filtered;
@@ -325,7 +320,6 @@ class NavigationController {
// In the case that nothing has changed, the details structure is undefined
// and it will return false.
bool RendererDidNavigate(const ViewHostMsg_FrameNavigate_Params& params,
- bool is_interstitial,
LoadCommittedDetails* details);
// Notifies us that we just became active. This is used by the TabContents