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

Unified Diff: chrome/browser/permissions/permission_manager.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_manager.h
diff --git a/chrome/browser/permissions/permission_manager.h b/chrome/browser/permissions/permission_manager.h
index 176799eb0d7b43b7dcbe08d8d522703ff0156f18..ae3d703f5cd0af3f2cde802c44aafbc2bcf01a76 100644
--- a/chrome/browser/permissions/permission_manager.h
+++ b/chrome/browser/permissions/permission_manager.h
@@ -78,9 +78,10 @@ class PermissionManager : public KeyedService,
int permission_id,
content::PermissionStatus status);
- // Not all WebContents are able to display permission requests. If the PBM
- // is required but missing for |web_contents|, don't pass along the request.
- bool IsPermissionBubbleManagerMissing(content::WebContents* web_contents);
+ // Not all WebContents are able to display permission requests. If the UI
+ // manager is required but missing for |web_contents|, don't pass along the
+ // request.
+ bool IsPermissionUIManagerMissing(content::WebContents* web_contents);
// content_settings::Observer implementation.
void OnContentSettingChanged(const ContentSettingsPattern& primary_pattern,
« no previous file with comments | « chrome/browser/permissions/permission_infobar_request.cc ('k') | chrome/browser/permissions/permission_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698