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

Unified Diff: chrome/browser/ui/views/chrome_views_delegate.h

Issue 2666803005: Position close buttons in bubbles based on a layout delegate constant. (Closed)
Patch Set: Review comments Created 3 years, 10 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 | chrome/browser/ui/views/chrome_views_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/chrome_views_delegate.h
diff --git a/chrome/browser/ui/views/chrome_views_delegate.h b/chrome/browser/ui/views/chrome_views_delegate.h
index d860f71ec52c4d26101da08e4e07e48802b27abc..d3ad432b2a9420ae7884789c7c9979b4d64ec347 100644
--- a/chrome/browser/ui/views/chrome_views_delegate.h
+++ b/chrome/browser/ui/views/chrome_views_delegate.h
@@ -63,6 +63,7 @@ class ChromeViewsDelegate : public views::ViewsDelegate {
scoped_refptr<base::TaskRunner> GetBlockingPoolTaskRunner() override;
gfx::Insets GetDialogButtonInsets() const override;
+ int GetDialogCloseButtonMargin() const override;
int GetDialogRelatedButtonHorizontalSpacing() const override;
int GetDialogRelatedControlVerticalSpacing() const override;
gfx::Insets GetDialogFrameViewInsets() const override;
« no previous file with comments | « no previous file | chrome/browser/ui/views/chrome_views_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698