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

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: 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..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;

Powered by Google App Engine
This is Rietveld 408576698