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

Unified Diff: chrome/browser/tab_contents/tab_contents.h

Issue 2095006: Revert 47347 - (Original patch reviewed at http://codereview.chromium.org/206... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 7 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/browser/tab_contents/tab_contents.h
===================================================================
--- chrome/browser/tab_contents/tab_contents.h (revision 47356)
+++ chrome/browser/tab_contents/tab_contents.h (working copy)
@@ -298,10 +298,6 @@
// 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 @@
// 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.
« no previous file with comments | « chrome/browser/tab_contents/navigation_entry_unittest.cc ('k') | chrome/browser/tab_contents/tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698