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

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: Created 5 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/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 8f22a92d03babc602bef9bc3a334605a770ca85e..9bca5baac17d842a6abf96ceb52660ef7e7f3111 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -101,4 +101,8 @@
<dimen name="badged_user_picture_width">46dp</dimen>
<dimen name="badge_radius">10dp</dimen>
<dimen name="badge_border_size">1.3dp</dimen>
+
+ <!-- Video Fling related constants -->
+ <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