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

Unified Diff: chrome/browser/ui/panels/panel_manager.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
« no previous file with comments | « chrome/browser/ui/panels/panel_browser_window_gtk.cc ('k') | chrome/browser/ui/panels/panel_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel_manager.h
diff --git a/chrome/browser/ui/panels/panel_manager.h b/chrome/browser/ui/panels/panel_manager.h
index 1b35f0cdc12b1629bfd1deaeadf5936a2c073d74..d950880d2e0fbb47041236f86f8c83a552302d54 100644
--- a/chrome/browser/ui/panels/panel_manager.h
+++ b/chrome/browser/ui/panels/panel_manager.h
@@ -39,11 +39,11 @@ class PanelManager {
void EndDragging(bool cancelled);
// Should we bring up the titlebar, given the current mouse point?
- bool ShouldBringUpTitleBarForAllMinimizedPanels(int mouse_x,
+ bool ShouldBringUpTitlebarForAllMinimizedPanels(int mouse_x,
int mouse_y) const;
// Brings up or down the title-bar for all minimized panels.
- void BringUpOrDownTitleBarForAllMinimizedPanels(bool bring_up);
+ void BringUpOrDownTitlebarForAllMinimizedPanels(bool bring_up);
int num_panels() const { return panels_.size(); }
« no previous file with comments | « chrome/browser/ui/panels/panel_browser_window_gtk.cc ('k') | chrome/browser/ui/panels/panel_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698