summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_contents.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents.h')
-rw-r--r--chrome/browser/tab_contents/tab_contents.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
index c657d55..78465ec 100644
--- a/chrome/browser/tab_contents/tab_contents.h
+++ b/chrome/browser/tab_contents/tab_contents.h
@@ -298,10 +298,6 @@ class TabContents : public PageNavigator,
// navigation state change to trigger repaint of title.
void SetAppIcon(const SkBitmap& app_icon);
- bool displayed_insecure_content() const {
- return displayed_insecure_content_;
- }
-
// Internal state ------------------------------------------------------------
// This flag indicates whether the tab contents is currently being
@@ -1139,9 +1135,6 @@ class TabContents : public PageNavigator,
// Stores which content setting types actually have blocked content.
bool content_blocked_[CONTENT_SETTINGS_NUM_TYPES];
- // True if this is a secure page which displayed insecure content.
- bool displayed_insecure_content_;
-
// Data for shelves and stuff ------------------------------------------------
// Delegates for InfoBars associated with this TabContents.