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

Unified Diff: chrome/browser/ui/website_settings/website_settings_ui.h

Issue 516703002: Replaced the current WebsiteSettings dialog with a new PageInfo dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing template files for PageInfoConnectionType enum Created 6 years, 4 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/ui/website_settings/website_settings_ui.h
diff --git a/chrome/browser/ui/website_settings/website_settings_ui.h b/chrome/browser/ui/website_settings/website_settings_ui.h
index 8545754e8e159a804739ded4aa5602820a18d51c..251bc445da8ffe20273bd3291d8715b9f942fbf1 100644
--- a/chrome/browser/ui/website_settings/website_settings_ui.h
+++ b/chrome/browser/ui/website_settings/website_settings_ui.h
@@ -156,6 +156,10 @@ class WebsiteSettingsUI {
// Returns the icon to show along with the first visit information.
static const gfx::Image& GetFirstVisitIcon(const base::string16& first_visit);
+ // Returns the ID of a short message for the given connection |status|.
+ static int GetConnectionSummaryMessageID(
+ WebsiteSettings::SiteConnectionStatus status);
+
// Sets cookie information.
virtual void SetCookieInfo(const CookieInfoList& cookie_info_list) = 0;

Powered by Google App Engine
This is Rietveld 408576698