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

Unified Diff: chrome/browser/ui/panels/panel_browser_window_cocoa.mm

Issue 7983027: Typo fix, since we use screens not screeens. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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_window_controller_cocoa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel_browser_window_cocoa.mm
diff --git a/chrome/browser/ui/panels/panel_browser_window_cocoa.mm b/chrome/browser/ui/panels/panel_browser_window_cocoa.mm
index 8f0eca3169a3f940b1dd0457fba590ce8bb85ed3..c91de8161040c0c17b09dedea008294ea850cec1 100644
--- a/chrome/browser/ui/panels/panel_browser_window_cocoa.mm
+++ b/chrome/browser/ui/panels/panel_browser_window_cocoa.mm
@@ -112,7 +112,7 @@ void PanelBrowserWindowCocoa::OnPanelExpansionStateChanged(
height = restored_height_;
break;
case Panel::TITLE_ONLY:
- height = [controller_ titlebarHeightInScreeenCoordinates];
+ height = [controller_ titlebarHeightInScreenCoordinates];
break;
case Panel::MINIMIZED:
height = 3; // TODO(dimich) merge with GTK patch which defines it better.
« no previous file with comments | « no previous file | chrome/browser/ui/panels/panel_window_controller_cocoa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698