Index: chrome/android/java/res/values/dimens.xml |
diff --git a/chrome/android/java/res/values/dimens.xml b/chrome/android/java/res/values/dimens.xml |
index 5da14eace272caa08cfea012227964872f5e1e25..7c7af95d452f03f5455e16b6036358abeb4cf374 100644 |
--- a/chrome/android/java/res/values/dimens.xml |
+++ b/chrome/android/java/res/values/dimens.xml |
@@ -123,4 +123,8 @@ |
<!-- Autofill card unmasking prompt dimensions --> |
<dimen name="autofill_card_unmask_tooltip_horizontal_padding">16dp</dimen> |
<dimen name="autofill_card_unmask_tooltip_vertical_padding">4dp</dimen> |
+ |
+ <!-- Video Fling related constants --> |
+ <dimen name="remote_notification_logo_max_width">@android:dimen/notification_large_icon_width</dimen> |
Bernhard Bauer
2015/03/13 12:18:01
Break before the closing tag.
aberent
2015/03/13 19:04:34
No. Current format is consistent with the rest of
|
+ <dimen name="remote_notification_logo_max_height">64dp</dimen> |
</resources> |