Chromium Code Reviews| 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..4b2c9d25983abfd3a8b61fcff553b3b9b366bd0f 100644 |
| --- a/chrome/browser/ui/panels/panel_browser_view.h |
| +++ b/chrome/browser/ui/panels/panel_browser_view.h |
| @@ -37,10 +37,10 @@ class PanelBrowserView : public BrowserView, |
| // Called from frame view when title bar 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,14 +76,14 @@ 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; |
| virtual void DeactivatePanel() OVERRIDE; |
| virtual bool IsPanelActive() const OVERRIDE; |
| virtual gfx::NativeWindow GetNativePanelHandle() OVERRIDE; |
| - virtual void UpdatePanelTitleBar() OVERRIDE; |
| + virtual void UpdatePanelTitlebar() OVERRIDE; |
|
jianli
2011/08/12 21:34:51
ditto.
prasadt
2011/08/12 21:59:30
Done.
|
| virtual void ShowTaskManagerForPanel() OVERRIDE; |
| virtual FindBar* CreatePanelFindBar() OVERRIDE; |
| virtual void NotifyPanelOnUserChangedTheme() OVERRIDE; |