| Index: chrome/browser/permissions/permission_manager.h
|
| diff --git a/chrome/browser/permissions/permission_manager.h b/chrome/browser/permissions/permission_manager.h
|
| index 118bd3f91f67b78d382ede87a215cd3bfc263fef..d74c3d22a5d0942975c207fc8782f7100c7eef5c 100644
|
| --- a/chrome/browser/permissions/permission_manager.h
|
| +++ b/chrome/browser/permissions/permission_manager.h
|
| @@ -66,9 +66,10 @@ class PermissionManager : public KeyedService,
|
| const base::Callback<void(content::PermissionStatus)>& callback,
|
| ContentSetting content_setting);
|
|
|
| - // 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,
|
|
|