| 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 d0b2a4fd7bbb35ae9a33d753c3ce9d32730217a1..d3722166fddabccfc167fc7daf682c7a09dd75af 100644
|
| --- a/chrome/android/java/res/values/values.xml
|
| +++ b/chrome/android/java/res/values/values.xml
|
| @@ -1,8 +1,8 @@
|
| <?xml version="1.0" encoding="utf-8"?>
|
| <!-- Copyright 2011 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.
|
| --->
|
| + found in the LICENSE file. -->
|
| +
|
| <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
| <!-- InfoBar constants -->
|
| <item type="id" name="infobar_message" />
|
| @@ -32,4 +32,8 @@
|
| <integer name="default_compression_queue_size">5</integer>
|
| <!-- Compositor Tab Title Text -->
|
| <bool name="compositor_tab_title_fake_bold_text">true</bool>
|
| +
|
| + <!-- Menu items IDs in Settings -->
|
| + <item type="id" name="menu_id_translate_help" />
|
| +
|
| </resources>
|
|
|