Chromium Code Reviews| 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. |