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

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

Issue 2348573002: Add APIs to cache navigation info and send via callback (Closed)
Patch Set: Created 4 years, 3 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 a69193338865e3fcb71dc7f819ff874036a74a7c..0c8c0958e74096ffb6e359ce2dcaecc6da49af38 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -317,6 +317,8 @@
<dimen name="custom_tabs_url_text_size">12sp</dimen>
<dimen name="custom_tabs_title_text_size">16sp</dimen>
<dimen name="custom_tabs_bottom_bar_max_height">60dp</dimen>
+ <dimen name="custom_tabs_screenshot_height">300dp</dimen>
+ <dimen name="custom_tabs_screenshot_width">190dp</dimen>
<!-- Favicon dimensions -->
<dimen name="default_favicon_size">16dp</dimen>

Powered by Google App Engine
This is Rietveld 408576698