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

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

Issue 850813002: Upstream Site Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@location_settings_singleton
Patch Set: use findbugs annotations; fix test 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
« no previous file with comments | « chrome/android/java/res/values/colors.xml ('k') | chrome/android/java/res/xml/content_preferences.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/android/java/res/values/colors.xml ('k') | chrome/android/java/res/xml/content_preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698