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

Unified Diff: chrome/browser/ui/panels/panel_window_controller_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 | « chrome/browser/ui/panels/panel_window_controller_cocoa.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel_window_controller_cocoa.mm
diff --git a/chrome/browser/ui/panels/panel_window_controller_cocoa.mm b/chrome/browser/ui/panels/panel_window_controller_cocoa.mm
index 167c9058abd1dd3b94900914e6eae57edc0647a7..3b19e31cef1b1ae381d538ab67e3f21b050e2c18 100644
--- a/chrome/browser/ui/panels/panel_window_controller_cocoa.mm
+++ b/chrome/browser/ui/panels/panel_window_controller_cocoa.mm
@@ -408,7 +408,7 @@ static BOOL g_reportAnimationStatus = NO;
panel->SetExpansionState(newExpansionState);
}
-- (int)titlebarHeightInScreeenCoordinates {
+- (int)titlebarHeightInScreenCoordinates {
NSView* titlebar = [self titlebarView];
return NSHeight([titlebar convertRect:[titlebar bounds] toView:nil]);
}
« no previous file with comments | « chrome/browser/ui/panels/panel_window_controller_cocoa.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698