Chromium Code Reviews| Index: chrome/browser/ui/panels/panel_browser_window_gtk.h |
| diff --git a/chrome/browser/ui/panels/panel_browser_window_gtk.h b/chrome/browser/ui/panels/panel_browser_window_gtk.h |
| index e978b882aeaade9000fb4f6dbee2924afdad6412..d513b39c9df9836ea821ff41b53c102d41a6eec5 100644 |
| --- a/chrome/browser/ui/panels/panel_browser_window_gtk.h |
| +++ b/chrome/browser/ui/panels/panel_browser_window_gtk.h |
| @@ -29,7 +29,7 @@ class PanelBrowserWindowGtk : public BrowserWindowGtk, |
| protected: |
| // BrowserWindowGtk overrides |
| virtual bool GetWindowEdge(int x, int y, GdkWindowEdge* edge) OVERRIDE; |
| - virtual bool HandleTitleBarLeftMousePress( |
| + virtual bool HandleTitlebarLeftMousePress( |
|
jianli
2011/08/12 21:34:51
ditto.
prasadt
2011/08/12 21:59:30
Done.
|
| GdkEventButton* event, |
| guint32 last_click_time, |
| gfx::Point last_click_position) OVERRIDE; |
| @@ -44,14 +44,14 @@ class PanelBrowserWindowGtk : public BrowserWindowGtk, |
| 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; |
| virtual void ShowTaskManagerForPanel() OVERRIDE; |
| virtual FindBar* CreatePanelFindBar() OVERRIDE; |
| virtual void NotifyPanelOnUserChangedTheme() OVERRIDE; |