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

Unified Diff: chrome/browser/ui/panels/panel_browser_view.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_browser_view.h
diff --git a/chrome/browser/ui/panels/panel_browser_view.h b/chrome/browser/ui/panels/panel_browser_view.h
index 5b82d80758818b0d6be13881cd939606c1effc0b..10b702f629820d79971e34aad16aaaa9890b4bfc 100644
--- a/chrome/browser/ui/panels/panel_browser_view.h
+++ b/chrome/browser/ui/panels/panel_browser_view.h
@@ -35,12 +35,12 @@ class PanelBrowserView : public BrowserView,
PanelBrowserFrameView* GetFrameView() const;
- // Called from frame view when title bar receives a mouse event.
+ // Called from frame view when titlebar receives a mouse event.
// Return true if the event is handled.
- bool OnTitleBarMousePressed(const gfx::Point& location);
- bool OnTitleBarMouseDragged(const gfx::Point& location);
- bool OnTitleBarMouseReleased();
- bool OnTitleBarMouseCaptureLost();
+ bool OnTitlebarMousePressed(const gfx::Point& location);
+ bool OnTitlebarMouseDragged(const gfx::Point& location);
+ bool OnTitlebarMouseReleased();
+ bool OnTitlebarMouseCaptureLost();
private:
friend class NativePanelTestingWin;
@@ -76,7 +76,7 @@ class PanelBrowserView : public BrowserView,
virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
virtual void OnPanelExpansionStateChanged(
Panel::ExpansionState expansion_state) OVERRIDE;
- virtual bool ShouldBringUpPanelTitleBar(int mouse_x,
+ virtual bool ShouldBringUpPanelTitlebar(int mouse_x,
int mouse_y) const OVERRIDE;
virtual void ClosePanel() OVERRIDE;
virtual void ActivatePanel() OVERRIDE;
« no previous file with comments | « chrome/browser/ui/panels/panel_browser_frame_view.cc ('k') | chrome/browser/ui/panels/panel_browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698