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

Unified Diff: chrome/browser/ui/panels/panel.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.h
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
index 52be842ad8763ae03d373f454a05e6e4e336ebf0..8f2807f5305ea7b6c22fc5b65b1f6cfac11d7de8 100644
--- a/chrome/browser/ui/panels/panel.h
+++ b/chrome/browser/ui/panels/panel.h
@@ -42,7 +42,7 @@ class Panel : public BrowserWindow {
void SetExpansionState(ExpansionState new_expansion_state);
- bool ShouldBringUpTitleBar(int mouse_x, int mouse_y) const;
+ bool ShouldBringUpTitlebar(int mouse_x, int mouse_y) const;
bool IsDrawingAttention() const;

Powered by Google App Engine
This is Rietveld 408576698