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

Unified Diff: chrome/browser/ui/panels/panel_browser_window_gtk.h

Issue 7633034: Use Titlebar instead of TitleBar consistently in panels code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_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;

Powered by Google App Engine
This is Rietveld 408576698