Index: chrome/browser/website_settings.h |
diff --git a/chrome/browser/website_settings.h b/chrome/browser/website_settings.h |
index 7c4f300a2a45e9aeadcd5b40a9b823a077b98c4e..d0124b0a0c6c3e2fcd9e1c4207f64f50e8c4117a 100644 |
--- a/chrome/browser/website_settings.h |
+++ b/chrome/browser/website_settings.h |
@@ -131,6 +131,10 @@ class WebsiteSettings : public TabSpecificContentSettings::SiteDataObserver { |
// Sets (presents) the information about the site's data in the |ui_|. |
void PresentSiteData(); |
+ // Sets (presents) the information about the site's identity and connection |
+ // in the |ui_|. |
+ void PresentSiteIdentity(); |
+ |
// The website settings UI displays information and controls for site |
// specific data (local stored objects like cookies), site specific |
// permissions (location, popup, plugin, etc. permissions) and site specific |