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

Unified Diff: chrome/browser/ui/views/frame/browser_frame_ash.cc

Issue 2833363002: Add GetCaptionButtonHeightInDIPs() method (Closed)
Patch Set: Addressed review comments 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_ash.cc
diff --git a/chrome/browser/ui/views/frame/browser_frame_ash.cc b/chrome/browser/ui/views/frame/browser_frame_ash.cc
index f1bb97b3a096d19cfde2ef6d33a243be97d3956d..22297fe93a63705f450b73d72cab8d5e01ffe585 100644
--- a/chrome/browser/ui/views/frame/browser_frame_ash.cc
+++ b/chrome/browser/ui/views/frame/browser_frame_ash.cc
@@ -155,6 +155,11 @@ int BrowserFrameAsh::GetMinimizeButtonOffset() const {
return 0;
}
+int BrowserFrameAsh::GetCaptionButtonHeight() const {
+ NOTIMPLEMENTED();
+ return 0;
+}
+
BrowserFrameAsh::~BrowserFrameAsh() {
}

Powered by Google App Engine
This is Rietveld 408576698