| Index: chrome/browser/permissions/permission_context_base.h
|
| diff --git a/chrome/browser/permissions/permission_context_base.h b/chrome/browser/permissions/permission_context_base.h
|
| index ee7a727a7c04b48312f17c6dcb11adc978b5d6d3..f556165e1334adbf2f4f866fe7c3528a137b98cc 100644
|
| --- a/chrome/browser/permissions/permission_context_base.h
|
| +++ b/chrome/browser/permissions/permission_context_base.h
|
| @@ -21,7 +21,6 @@
|
| class PermissionQueueController;
|
| #endif
|
| class GURL;
|
| -class HostContentSettingsMap;
|
| class PermissionRequestID;
|
| class Profile;
|
|
|
| @@ -83,13 +82,6 @@
|
|
|
| // Returns whether the permission has been granted, denied...
|
| virtual ContentSetting GetPermissionStatus(
|
| - const GURL& requesting_origin,
|
| - const GURL& embedding_origin) const;
|
| -
|
| - // Thread safe version of GetPermissionStatus for consumers that already have
|
| - // an associated HostContentSettingsMap.
|
| - virtual ContentSetting GetPermissionStatus(
|
| - HostContentSettingsMap* host,
|
| const GURL& requesting_origin,
|
| const GURL& embedding_origin) const;
|
|
|
| @@ -156,7 +148,6 @@
|
| ContentSetting content_setting);
|
|
|
| // Whether the permission should be restricted to secure origins.
|
| - // Note: Maybe be called from multiple threads.
|
| virtual bool IsRestrictedToSecureOrigins() const = 0;
|
|
|
| content::PermissionType permission_type() const { return permission_type_; }
|
|
|