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

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: Changes for bauerb@'s and scherkus@'s comments 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 -->
whywhat 2015/03/13 19:25:48 s/Video Fling/Cast?
aberent 2015/03/17 21:33:51 Done.
+ <dimen name="remote_notification_logo_max_width">@android:dimen/notification_large_icon_width</dimen>
+ <dimen name="remote_notification_logo_max_height">64dp</dimen>
</resources>

Powered by Google App Engine
This is Rietveld 408576698