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

Unified Diff: chrome/browser/ui/views/frame/browser_frame_mac.mm

Issue 2833363002: Add GetCaptionButtonHeightInDIPs() method (Closed)
Patch Set: Created 3 years, 8 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/views/frame/browser_frame_mac.mm
diff --git a/chrome/browser/ui/views/frame/browser_frame_mac.mm b/chrome/browser/ui/views/frame/browser_frame_mac.mm
index a655841cabd5b26e51fce7649524ac0a1ada2b40..4adcb710ab46a910d37f86d44c4c36aafb6329ad 100644
--- a/chrome/browser/ui/views/frame/browser_frame_mac.mm
+++ b/chrome/browser/ui/views/frame/browser_frame_mac.mm
@@ -116,6 +116,11 @@ int BrowserFrameMac::GetMinimizeButtonOffset() const {
return 0;
}
+int BrowserFrameMac::GetMinimizeButtonHeight() const {
+ NOTIMPLEMENTED();
+ return 0;
+}
+
////////////////////////////////////////////////////////////////////////////////
// BrowserFrameMac, NativeBrowserFrame implementation:

Powered by Google App Engine
This is Rietveld 408576698