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

Unified Diff: chrome/browser/permissions/permission_context_base.h

Issue 1337903002: permissions: remove PermissionQueueController and introduce PermissionInfoBarManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@callbacks-delegates
Patch Set: Fix compile failures Created 5 years, 2 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/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_;
« no previous file with comments | « chrome/browser/media/midi_permission_context_unittest.cc ('k') | chrome/browser/permissions/permission_context_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698