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

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

Issue 7981037: Fix Mac build, bad merge. (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 | 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_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 5afc84ef4f69e84453c2e1a197d733a89d22c0b0..3db15c3396df809e243a0ff97f7a4f135cdea6c8 100644
--- a/chrome/browser/ui/panels/panel_browser_window_cocoa.mm
+++ b/chrome/browser/ui/panels/panel_browser_window_cocoa.mm
@@ -347,5 +347,5 @@ void NativePanelTestingCocoa::SetMousePositionForMinimizeRestore(
}
int NativePanelTestingCocoa::TitleOnlyHeight() const {
- return [native_panel_window_->controller_ titlebarHeightInScreeenCoordinates];
+ return [native_panel_window_->controller_ titlebarHeightInScreenCoordinates];
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698