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

Side by Side Diff: chrome/android/java/res/values/arrays.xml

Issue 483183002: Add font family selector ui for distilled page viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6
7 <resources> 6 <resources>
8 <string name="app_name">WebView Telemetry</string> 7 <!-- These must be kept in sync (and in-order) with components/dom_distiller/c ore/font_family_list.h -->
9 <string name="title_activity_telemetry">WebView Telemetry</string> 8 <string-array name="distiller_mode_font_family_values">
10 <string name="title_activity_jank">WebView Jank Tester</string> 9 <item>@string/sans_serif</item>
10 <item>@string/serif</item>
11 <item>@string/monospace</item>
12 </string-array>
11 </resources> 13 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698