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

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

Issue 10456017: Add WebsiteSettingsUI for Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments (Finnur) Created 8 years, 6 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 b5c4b655e02d275a75b3665a27f40f532abfcfc5..cf8dd481991538b57bf0f3443b9b213a795ac445 100644
--- a/chrome/browser/ui/website_settings/website_settings_ui.h
+++ b/chrome/browser/ui/website_settings/website_settings_ui.h
@@ -81,6 +81,12 @@ class WebsiteSettingsUI {
std::string connection_status_description;
};
+ // Returns the resource ID of the UI string for the given permission |type|.
+ static int PermissionTypeToUIStringID(ContentSettingsType type);
tfarina 2012/06/06 17:01:30 these two static functions should be declared afte
markusheintz_ 2012/06/07 20:10:38 Done. Thanks a lot for including the bug.
+
+ // Returns the resource ID of the UI string for the given permission |value|.
+ static int PermissionValueToUIStringID(ContentSetting value);
+
virtual ~WebsiteSettingsUI();
// Sets cookie information.

Powered by Google App Engine
This is Rietveld 408576698