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

Side by Side Diff: chrome/android/java/res/values/ids.xml

Issue 2815453002: [Android] Show Browser Actions dialog in Chrome (Closed)
Patch Set: Update based on Ted's comments. Created 3 years, 8 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 2
3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 3 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
4 4
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 8
9 <resources> 9 <resources>
10 <item name="background_drawable" type="id"/> 10 <item name="background_drawable" type="id"/>
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 <item type="id" name="contextmenu_send_message" /> 96 <item type="id" name="contextmenu_send_message" />
97 <item type="id" name="contextmenu_add_to_contacts" /> 97 <item type="id" name="contextmenu_add_to_contacts" />
98 <item type="id" name="contextmenu_copy" /> 98 <item type="id" name="contextmenu_copy" />
99 99
100 <!-- Other Group --> 100 <!-- Other Group -->
101 <item type="id" name="contextmenu_save_video" /> 101 <item type="id" name="contextmenu_save_video" />
102 102
103 <!-- Menu item IDs for FullscreenActivities --> 103 <!-- Menu item IDs for FullscreenActivities -->
104 <item type="id" name="menu_id_open_in_chrome" /> 104 <item type="id" name="menu_id_open_in_chrome" />
105 105
106 <!-- Menu item IDs for Browser Action menu -->
107 <item type="id" name="browseractions_open_in_background" />
108 <item type="id" name="browseractions_open_in_incognito_tab" />
109 <item type="id" name="browseractions_save_link_as" />
110 <item type="id" name="browseractions_copy_address" />
111 <item type="id" name="browseractions_share" />
112 <item type="id" name="browseractions_custom_item_one" />
113 <item type="id" name="browseractions_custom_item_two" />
114 <item type="id" name="browseractions_custom_item_three" />
115 <item type="id" name="browseractions_custom_item_four" />
116 <item type="id" name="browseractions_custom_item_five" />
117
106 </resources> 118 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698