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

Unified Diff: chrome/android/java/res/values/dimens.xml

Issue 928643003: Upstream Chrome for Android Cast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing resource, allowing casting from Chrome Shell Created 5 years, 9 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/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>

Powered by Google App Engine
This is Rietveld 408576698