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

Unified Diff: chrome/android/shell/res/menu/main_menu.xml

Issue 1178323005: Move remaining resources from java_staging/res to java/res. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@res_default
Patch Set: renamed conflicting resource in chrome shell Created 5 years, 6 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/shell/res/menu/chrome_shell_main_menu.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/shell/res/menu/main_menu.xml
diff --git a/chrome/android/shell/res/menu/main_menu.xml b/chrome/android/shell/res/menu/main_menu.xml
deleted file mode 100644
index 595fcc261a4ca30ce068f119c01089bd85697a80..0000000000000000000000000000000000000000
--- a/chrome/android/shell/res/menu/main_menu.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2013 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.
--->
-<menu xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <group
- android:id="@+id/MAIN_MENU"
- android:visible="false" >
- <item android:title="@null">
- <menu>
- <item
- android:id="@+id/back_menu_id"
- android:icon="@drawable/btn_back"
- android:title="@string/accessibility_menu_back"/>
- <item
- android:id="@+id/forward_menu_id"
- android:icon="@drawable/btn_forward"
- android:title="@string/accessibility_menu_forward"/>
- <item
- android:id="@+id/bookmark_this_page_id"
- android:icon="@drawable/btn_star"
- android:title="@string/accessibility_menu_bookmark"/>
- <item
- android:id="@+id/info_menu_id"
- android:icon="@drawable/btn_info"
- android:title="@string/accessibility_menu_info"/>
- </menu>
- </item>
- <item
- android:id="@+id/new_tab_menu_id"
- android:title="@string/accessibility_tabstrip_btn_new_tab"/>
- <item
- android:id="@+id/signin"
- android:title="@string/signin_sign_in"/>
- <item
- android:id="@+id/print"
- android:title="@string/print_menu"/>
- <item
- android:id="@+id/distill_page"
- android:title="@string/distill_page_menu"/>
- <item android:title="@null">
- <menu>
- <item
- android:id="@+id/share_menu_id"
- android:title="@string/menu_share_page"/>
- <item
- android:id="@+id/direct_share_menu_id"
- android:title="@null"/>
- </menu>
- </item>
- <item
- android:id="@+id/preferences"
- android:title="@string/preferences"/>
- </group>
-
-</menu>
« no previous file with comments | « chrome/android/shell/res/menu/chrome_shell_main_menu.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698