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

Unified Diff: chrome/browser/ui/panels/panel_mouse_watcher_win.cc

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_manager.cc ('k') | chrome/browser/ui/panels/panel_titlebar_view_cocoa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel_mouse_watcher_win.cc
diff --git a/chrome/browser/ui/panels/panel_mouse_watcher_win.cc b/chrome/browser/ui/panels/panel_mouse_watcher_win.cc
index f07088517f0f1d421fd7e9845e0f74bc857b8716..8a830879150667c4050080c747879798d9f1af40 100644
--- a/chrome/browser/ui/panels/panel_mouse_watcher_win.cc
+++ b/chrome/browser/ui/panels/panel_mouse_watcher_win.cc
@@ -70,13 +70,13 @@ void PanelMouseWatcherWin::OnMouseAction(int mouse_x, int mouse_y) {
PanelManager* panel_manager = PanelManager::GetInstance();
bool bring_up_titlebar =
- panel_manager->ShouldBringUpTitleBarForAllMinimizedPanels(
+ panel_manager->ShouldBringUpTitlebarForAllMinimizedPanels(
mouse_x, mouse_y);
if (bring_up_titlebar == bring_up_titlebar_)
return;
bring_up_titlebar_ = bring_up_titlebar;
- panel_manager->BringUpOrDownTitleBarForAllMinimizedPanels(bring_up_titlebar);
+ panel_manager->BringUpOrDownTitlebarForAllMinimizedPanels(bring_up_titlebar);
}
}
« no previous file with comments | « chrome/browser/ui/panels/panel_manager.cc ('k') | chrome/browser/ui/panels/panel_titlebar_view_cocoa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698