Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: chrome/browser/cocoa/extensions/browser_actions_container_view.h

Issue 2426002: [Mac] Updates the unit test with some minor tweaks to the Browser Actions con... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/cocoa/extensions/browser_actions_container_view.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/browser/cocoa/extensions/browser_actions_container_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698