Chromium Code Reviews| 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..21d701139cf8bcbc33a9f23fa5ab6fc2bd6bf00c 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 of the browser has a visible location bar. |
|
tapted
2016/04/22 05:27:40
nit: of -> if
benwells
2016/04/28 07:32:43
Done.
|
| // Should only be used outside this class for tests. |
| -- (bool)hasLocationBar; |
| +- (bool)hasVisibleLocationBar; |
| @end |