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

Side by Side Diff: chrome/android/shell_aura/res/menu/chrome_shell_main_menu.xml

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2013 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2013 The Chromium Authors. All rights reserved.
3 3
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <menu xmlns:android="http://schemas.android.com/apk/res/android" > 7 <menu xmlns:android="http://schemas.android.com/apk/res/android" >
8 8
9 <group 9 <group
10 android:id="@+id/MAIN_MENU" 10 android:id="@+id/MAIN_MENU"
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 android:id="@+id/direct_share_menu_id" 50 android:id="@+id/direct_share_menu_id"
51 android:title="@null"/> 51 android:title="@null"/>
52 </menu> 52 </menu>
53 </item> 53 </item>
54 <item 54 <item
55 android:id="@+id/preferences" 55 android:id="@+id/preferences"
56 android:title="@string/preferences"/> 56 android:title="@string/preferences"/>
57 </group> 57 </group>
58 58
59 </menu> 59 </menu>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698