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

Unified Diff: chrome/browser/ui/panels/native_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: Code review feedback. 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
« no previous file with comments | « no previous file | chrome/browser/ui/panels/panel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/native_panel.h
diff --git a/chrome/browser/ui/panels/native_panel.h b/chrome/browser/ui/panels/native_panel.h
index 6ceb2f108818a8b0d75feb711e4f653853407d63..c9a8a3da56efa0dd7cad27ec2985ba606d651bab 100644
--- a/chrome/browser/ui/panels/native_panel.h
+++ b/chrome/browser/ui/panels/native_panel.h
@@ -40,14 +40,14 @@ class NativePanel {
// The native panel needs to update the bounds. In addition, it needs to watch
// for the mouse movement so that it knows when to bring up or down all the
// minimized panels. To do this, when the mouse moves, the native panel needs
- // to call PanelManager::ShouldBringUpTitleBarForAllMinimizedPanels to check.
+ // to call PanelManager::ShouldBringUpTitlebarForAllMinimizedPanels to check.
virtual void OnPanelExpansionStateChanged(
Panel::ExpansionState expansion_state) = 0;
// When the mouse is at (mouse_x, mouse_y) in screen coordinate system, finds
// out if the title-bar needs to pop up for the minimized panel that is only
// shown as 3-pixel lines.
- virtual bool ShouldBringUpPanelTitleBar(int mouse_x, int mouse_y) const = 0;
+ virtual bool ShouldBringUpPanelTitlebar(int mouse_x, int mouse_y) const = 0;
virtual void ClosePanel() = 0;
virtual void ActivatePanel() = 0;
« no previous file with comments | « no previous file | chrome/browser/ui/panels/panel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698