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

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

Issue 1422053004: permissions: remove PermissionQueueController and introduce PermissionInfoBarManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address small issues 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 6c084e179c48da4dae0045acb35b18fed494336c..782f13536c95062776d3fab11a252087d10682e0 100644
--- a/chrome/browser/permissions/permission_context_base.h
+++ b/chrome/browser/permissions/permission_context_base.h
@@ -113,11 +113,6 @@ class PermissionContextBase : public KeyedService {
const GURL& requesting_origin,
bool allowed) {}
-#if defined(OS_ANDROID)
- // Return an instance of the infobar queue controller, creating it if needed.
- PermissionQueueController* GetQueueController();
-#endif
-
// Returns the profile associated with this permission context.
Profile* profile() const;
@@ -137,9 +132,6 @@ class PermissionContextBase : public KeyedService {
Profile* profile_;
const ContentSettingsType permission_type_;
-#if defined(OS_ANDROID)
- scoped_ptr<PermissionQueueController> permission_queue_controller_;
-#endif
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