| Index: chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm b/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm
|
| index 6067243821fc2967ef9fe83b42e3dc6187a56763..d29878d434f3600145958ba8aa50418a36068313 100644
|
| --- a/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm
|
| @@ -623,7 +623,7 @@ const NSSize kPermissionIconSize = {18, 18};
|
| previousContents:(content::WebContents*)oldContents
|
| atIndex:(NSInteger)index
|
| reason:(int)reason {
|
| - // The show/hide of this bubble is handled by the PermissionBubbleManager.
|
| + // The show/hide of this bubble is handled by the PermissionRequestManager.
|
| // So bypass the base class, which would close the bubble here.
|
| }
|
|
|
|
|