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

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

Issue 118145: Remove the obsolete TabContents::GetSecurityStyle and... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Upload before checkin Created 11 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
« no previous file with comments | « no previous file | chrome/browser/tab_contents/tab_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/tab_contents.h
===================================================================
--- chrome/browser/tab_contents/tab_contents.h (revision 17673)
+++ chrome/browser/tab_contents/tab_contents.h (working copy)
@@ -207,15 +207,6 @@
// space is provided for the favicon, and the favicon is never displayed.
virtual bool ShouldDisplayFavIcon();
- // SSL related states.
- SecurityStyle GetSecurityStyle() const;
-
- // Sets |ev_text| to the text that should be displayed in the EV label of
- // the location bar and |ev_tooltip_text| to the tooltip for that label.
- // Returns false and sets these strings to empty if the current page is either
- // not served over HTTPS or if HTTPS does not use an EV cert.
- bool GetSSLEVText(std::wstring* ev_text, std::wstring* ev_tooltip_text) const;
-
// Returns a human-readable description the tab's loading state.
virtual std::wstring GetStatusText() const;
« no previous file with comments | « no previous file | chrome/browser/tab_contents/tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698