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

Unified Diff: chrome/browser/ui/views/harmony/layout_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
Index: chrome/browser/ui/views/harmony/layout_delegate.h
diff --git a/chrome/browser/ui/views/harmony/layout_delegate.h b/chrome/browser/ui/views/harmony/layout_delegate.h
index cd3c11e603b81808e155ded96d900bc06fbb5568..389280f4f5737839fa3e14a46f9d7933e81ed74c 100644
--- a/chrome/browser/ui/views/harmony/layout_delegate.h
+++ b/chrome/browser/ui/views/harmony/layout_delegate.h
@@ -13,6 +13,9 @@ class LayoutDelegate {
// Horizontal or vertical margin between the edge of a dialog and a
// contained button.
DIALOG_BUTTON_MARGIN,
+ // Horizontal or vertical margin between the edge of a dialog and the close
+ // button in the upper trailing corner.
+ DIALOG_CLOSE_BUTTON_MARGIN,
// Horizontal or vertical margin between the edge of a panel and the
// contained content.
PANEL_CONTENT_MARGIN,
« no previous file with comments | « chrome/browser/ui/views/harmony/harmony_layout_delegate.cc ('k') | chrome/browser/ui/views/harmony/layout_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698