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

Unified Diff: ui/views/layout/layout_provider.h

Issue 2968713003: Harmonize the find in page dialog. (Closed)
Patch Set: Fix GlobalPasteBoardClearMatches browser test to account for the changed format of match count Created 3 years, 5 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: ui/views/layout/layout_provider.h
diff --git a/ui/views/layout/layout_provider.h b/ui/views/layout/layout_provider.h
index a5d938668e0ee957c5d15d3f11e2769dffb90179..bc4f694a74130c28a91df5dc9353b466226102c9 100644
--- a/ui/views/layout/layout_provider.h
+++ b/ui/views/layout/layout_provider.h
@@ -34,6 +34,8 @@ enum InsetsMetric {
// The margins around the icon/title of a dialog. The bottom margin is implied
// by the content insets.
INSETS_DIALOG_TITLE,
+ // Margins used by toasts.
+ INSETS_TOAST,
Peter Kasting 2017/07/15 02:48:08 This should be in chrome_layout_provider.h and not
ananta 2017/07/15 07:04:14 This was already moved in the patchset i uploaded
// Padding to add to vector image buttons to increase their click and touch
// target size.
INSETS_VECTOR_IMAGE_BUTTON,

Powered by Google App Engine
This is Rietveld 408576698