Chromium Code Reviews| Index: chrome/android/java/res/values/arrays.xml |
| diff --git a/content/public/android/java/res/values/dimens.xml b/chrome/android/java/res/values/arrays.xml |
| similarity index 18% |
| copy from content/public/android/java/res/values/dimens.xml |
| copy to chrome/android/java/res/values/arrays.xml |
| index 25ee103804c01a12156067d90a19f972b3c7307c..8d7b42e3d1c47004da07e9cd4496c8fb6a754885 100644 |
| --- a/content/public/android/java/res/values/dimens.xml |
| +++ b/chrome/android/java/res/values/arrays.xml |
| @@ -1,11 +1,9 @@ |
| <?xml version="1.0" encoding="utf-8"?> |
|
newt (away)
2014/08/20 20:54:51
copyright
Yaron
2014/08/20 21:01:21
Done.
|
| -<!-- Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| - |
| - Use of this source code is governed by a BSD-style license that can be |
| - found in the LICENSE file. |
| ---> |
| - |
| <resources> |
| - <!-- Link Preview dimensions --> |
| - <dimen name="link_preview_overlay_radius">7dp</dimen> |
| + <!-- These must be kept in sync (and in-order) with components/dom_distiller/core/font_family_list.h --> |
| + <string-array name="distiller_mode_font_family_values"> |
| + <item>@string/sans_serif</item> |
| + <item>@string/serif</item> |
| + <item>@string/monospace</item> |
| + </string-array> |
| </resources> |