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

Unified Diff: chrome/browser/ui/views/frame/browser_frame_mus.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_mus.cc
diff --git a/chrome/browser/ui/views/frame/browser_frame_mus.cc b/chrome/browser/ui/views/frame/browser_frame_mus.cc
index 5cec3a134687f77cb6b92fb4fb2ae2e2d6356bfc..74459bbaf6d9160d105f2bb4aa948c2aa819b206 100644
--- a/chrome/browser/ui/views/frame/browser_frame_mus.cc
+++ b/chrome/browser/ui/views/frame/browser_frame_mus.cc
@@ -92,3 +92,8 @@ bool BrowserFrameMus::HandleKeyboardEvent(
int BrowserFrameMus::GetMinimizeButtonOffset() const {
return 0;
}
+
+int BrowserFrameMus::GetCaptionButtonHeight() const {
+ NOTIMPLEMENTED();
+ return 0;
+}

Powered by Google App Engine
This is Rietveld 408576698