| Index: chrome/browser/cocoa/extensions/browser_actions_container_view.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/extensions/browser_actions_container_view.h (revision 48636)
|
| +++ chrome/browser/cocoa/extensions/browser_actions_container_view.h (working copy)
|
| @@ -43,9 +43,9 @@
|
| // Whether the container is currently being resized by the user.
|
| BOOL userIsResizing_;
|
|
|
| - // Whether the user can resize this at all. Resizing is disabled in incognito
|
| + // Whether the user can resize this at all. Resizing is disabled in incognito
|
| // mode since any changes done in incognito mode are not saved anyway, and
|
| - // also to avoid a crash (http://crbug.com/42848).
|
| + // also to avoid a crash. http://crbug.com/42848
|
| BOOL resizable_;
|
|
|
| // Whether the user is allowed to drag the grippy to the left. NO if all
|
|
|