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

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

Issue 184493006: Rename to ChromiumTestShell package from testshell to shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix py lint Created 6 years, 10 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
Index: chrome/android/testshell/res/menu/main_menu.xml
diff --git a/chrome/android/testshell/res/menu/main_menu.xml b/chrome/android/testshell/res/menu/main_menu.xml
deleted file mode 100644
index e87ab12c9c25c461daa5595c5d8b38881ce36ac0..0000000000000000000000000000000000000000
--- a/chrome/android/testshell/res/menu/main_menu.xml
+++ /dev/null
@@ -1,29 +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:id="@+id/signin"
- android:title="@string/signin_sign_in" />
- <item android:id="@+id/print"
- android:title="@string/print_menu" />
- </group>
-
- <group android:id="@+id/PHONE_ICON_MENU_ITEMS"
- android:visible="false">
- <!-- These items are never made visible in the default list. They are only used
- to pass through the clicks from the icon row in the custom menu. -->
- <item android:id="@+id/back_menu_id"
- android:title="@null" />
- <item android:id="@+id/forward_menu_id"
- android:title="@null" />
- <item android:id="@+id/bookmark_this_page_id"
- android:title="@null" />
- </group>
-</menu>
-
« no previous file with comments | « chrome/android/testshell/res/layout/testshell_activity.xml ('k') | chrome/android/testshell/res/mipmap-hdpi/app_icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698