| Index: chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.h b/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.h
|
| index 8d57f854af9cf6da995569dbb65a67f609590655..483db63c0c67d24412ed2f0022b36c0266e09753 100644
|
| --- a/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.h
|
| +++ b/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.h
|
| @@ -49,8 +49,8 @@ class PermissionBubbleRequest;
|
| // Should only be used outside this class for tests.
|
| - (NSPoint)getExpectedAnchorPoint;
|
|
|
| -// Returns true of the browser has support for the location bar.
|
| +// Returns true if the browser has a visible location bar.
|
| // Should only be used outside this class for tests.
|
| -- (bool)hasLocationBar;
|
| +- (bool)hasVisibleLocationBar;
|
|
|
| @end
|
|
|