| 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 083e245d208f2dbf8f3c3c7bc24811ccf27eab99..096e5c646ef93f1b70c04cbf6dbac13888904574 100644
|
| --- a/chrome/browser/ui/website_settings/website_settings_ui.h
|
| +++ b/chrome/browser/ui/website_settings/website_settings_ui.h
|
| @@ -20,7 +20,6 @@ class GURL;
|
| class PermissionInfoList;
|
| class Profile;
|
| class TabContents;
|
| -typedef TabContents TabContentsWrapper;
|
| class WebsiteSettings;
|
|
|
| namespace content {
|
| @@ -84,6 +83,12 @@ class WebsiteSettingsUI {
|
|
|
| virtual ~WebsiteSettingsUI();
|
|
|
| + // Returns the resource ID of the UI string for the given permission |type|.
|
| + static int PermissionTypeToUIStringID(ContentSettingsType type);
|
| +
|
| + // Returns the resource ID of the UI string for the given permission |value|.
|
| + static int PermissionValueToUIStringID(ContentSetting value);
|
| +
|
| // Sets cookie information.
|
| virtual void SetCookieInfo(const CookieInfoList& cookie_info_list) = 0;
|
|
|
|
|