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

Unified Diff: chrome/browser/ui/panels/panel_titlebar_view_cocoa.h

Issue 7633034: Use Titlebar instead of TitleBar consistently in panels code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review feedback. Created 9 years, 4 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
Index: chrome/browser/ui/panels/panel_titlebar_view_cocoa.h
diff --git a/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h b/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h
index c8abf6f8372c5473c3ab7d95377303b0f1109504..a074475fa5471a1b2466b2b5682d85bf635109c9 100644
--- a/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h
+++ b/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h
@@ -12,8 +12,8 @@
@class CrTrackingArea;
@class PanelWindowControllerCocoa;
-// A class that works as a custom title bar for Panels. It is placed on top of
-// the regular Cocoa title bar. We paint theme image on it, and it's
+// A class that works as a custom titlebar for Panels. It is placed on top of
+// the regular Cocoa titlebar. We paint theme image on it, and it's
// the place for the close button, wrench button, page favicon, title label.
// It also facilitates dragging and minimization of the panels, and changes
// color as 'new activity' indicator.
@@ -35,7 +35,7 @@
// Attaches this view to the controller_'s window as a titlebar.
- (void)attach;
- // Should be called when size of the title bar changes.
+ // Should be called when size of the titlebar changes.
- (void)updateCloseButtonLayout;
// Accessor to Panel's controller.
« no previous file with comments | « chrome/browser/ui/panels/panel_mouse_watcher_win.cc ('k') | chrome/browser/ui/panels/panel_titlebar_view_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698