| Index: chrome/browser/permissions/permission_manager.h
|
| diff --git a/chrome/browser/permissions/permission_manager.h b/chrome/browser/permissions/permission_manager.h
|
| index 3426535865134e6a875b50bc8a8ecdc1f2c4b059..40134d38f39797afb7c3869e2541dd26f9b47406 100644
|
| --- a/chrome/browser/permissions/permission_manager.h
|
| +++ b/chrome/browser/permissions/permission_manager.h
|
| @@ -60,9 +60,10 @@ class PermissionManager : public KeyedService,
|
| struct Subscription;
|
| using SubscriptionsMap = IDMap<Subscription, IDMapOwnPointer>;
|
|
|
| - // 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,
|
|
|