| Index: chrome/browser/permissions/permission_manager.h
|
| diff --git a/chrome/browser/permissions/permission_manager.h b/chrome/browser/permissions/permission_manager.h
|
| index 8f21c6501ba34df4c16d6db1e5eff2c0bb2d471c..646dc2f22fdb3eaa5998ff9f8cd47f9062e5f842 100644
|
| --- a/chrome/browser/permissions/permission_manager.h
|
| +++ b/chrome/browser/permissions/permission_manager.h
|
| @@ -69,9 +69,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,
|
|
|