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

Unified Diff: chrome/browser/ui/panels/panel_browser_window_gtk.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_browser_window_gtk.h ('k') | chrome/browser/ui/panels/panel_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel_browser_window_gtk.cc
diff --git a/chrome/browser/ui/panels/panel_browser_window_gtk.cc b/chrome/browser/ui/panels/panel_browser_window_gtk.cc
index c53ef3cb346dc99d8be074484842c7d4eda66792..3c3fcfdc93b34702b8457b60d9fafb4b1a1e432b 100644
--- a/chrome/browser/ui/panels/panel_browser_window_gtk.cc
+++ b/chrome/browser/ui/panels/panel_browser_window_gtk.cc
@@ -72,10 +72,10 @@ bool PanelBrowserWindowGtk::HandleTitleBarLeftMousePress(
guint32 last_click_time,
gfx::Point last_click_position) {
// In theory we should never enter this function as we have a handler for
- // button press on title bar where we handle this. Not putting NOTREACHED()
- // here because we don't want to crash if hit-testing for title bar in window
+ // button press on titlebar where we handle this. Not putting NOTREACHED()
+ // here because we don't want to crash if hit-testing for titlebar in window
// button press handler in BrowserWindowGtk is off by a pixel or two.
- DLOG(WARNING) << "Hit-testing for title bar off by a pixel or two?";
+ DLOG(WARNING) << "Hit-testing for titlebar off by a pixel or two?";
return TRUE;
}
@@ -122,7 +122,7 @@ void PanelBrowserWindowGtk::OnPanelExpansionStateChanged(
NOTIMPLEMENTED();
}
-bool PanelBrowserWindowGtk::ShouldBringUpPanelTitleBar(int mouse_x,
+bool PanelBrowserWindowGtk::ShouldBringUpPanelTitlebar(int mouse_x,
int mouse_y) const {
NOTIMPLEMENTED();
return false;
« no previous file with comments | « chrome/browser/ui/panels/panel_browser_window_gtk.h ('k') | chrome/browser/ui/panels/panel_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698