Roll src/third_party/WebKit 3529d49:06e8485 (svn 202554:202555)
[chromium-blink-merge.git] / chrome / android / java / res / xml / about_chrome_preferences.xml
blob5b8de44f99edb79780c117fccd6ee64dff0d3d43
1 <?xml version="1.0" encoding="utf-8"?>
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
4      found in the LICENSE file. -->
6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
7     <Preference
8         android:key="application_version"
9         android:title="@string/application_version_title" />
10     <Preference
11         android:key="os_version"
12         android:title="@string/os_version_title" />
13     <Preference
14         android:fragment="org.chromium.chrome.browser.preferences.LegalInformationPreferences"
15         android:key="legal_information"
16         android:title="@string/legal_information_title" />
17 </PreferenceScreen>