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

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

Issue 842083003: Upstream CompositorButton, VirtualView and TitleBitmapFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typos Created 5 years, 11 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/values.xml
diff --git a/chrome/android/java/res/values/values.xml b/chrome/android/java/res/values/values.xml
index cf7291692ece729aebac5a57d16837d53349f0f7..d0b2a4fd7bbb35ae9a33d753c3ce9d32730217a1 100644
--- a/chrome/android/java/res/values/values.xml
+++ b/chrome/android/java/res/values/values.xml
@@ -30,4 +30,6 @@
<integer name="default_write_queue_size">5</integer>
<!-- The maximum size of the compression queue in the thumbnail cache. -->
<integer name="default_compression_queue_size">5</integer>
+ <!-- Compositor Tab Title Text -->
+ <bool name="compositor_tab_title_fake_bold_text">true</bool>
</resources>

Powered by Google App Engine
This is Rietveld 408576698