| 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 440880b957d9a3d30d8f65c321d79fbea0e53921..2ccb639832f93cb62265f2cf3c6160fdad2bc9fe 100644
|
| --- a/chrome/browser/permissions/permission_context_base.h
|
| +++ b/chrome/browser/permissions/permission_context_base.h
|
| @@ -111,9 +111,6 @@ class PermissionContextBase : public KeyedService {
|
| const GURL& requesting_origin,
|
| bool allowed) {}
|
|
|
| - // Return an instance of the infobar queue controller, creating it if needed.
|
| - PermissionQueueController* GetQueueController();
|
| -
|
| // Returns the profile associated with this permission context.
|
| Profile* profile() const;
|
|
|
| @@ -133,7 +130,6 @@ class PermissionContextBase : public KeyedService {
|
|
|
| Profile* profile_;
|
| const ContentSettingsType permission_type_;
|
| - scoped_ptr<PermissionQueueController> permission_queue_controller_;
|
| base::ScopedPtrHashMap<std::string, scoped_ptr<PermissionBubbleRequest>>
|
| pending_bubbles_;
|
|
|
|
|