OLD | NEW |
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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 <!-- App menu item custom tags --> | 106 <!-- App menu item custom tags --> |
107 <item type="id" name="menu_item_enter_anim_id" /> | 107 <item type="id" name="menu_item_enter_anim_id" /> |
108 <item type="id" name="menu_item_original_background" /> | 108 <item type="id" name="menu_item_original_background" /> |
109 <item type="id" name="menu_item_background_drawable_position" /> | 109 <item type="id" name="menu_item_background_drawable_position" /> |
| 110 |
| 111 <!-- Menu item IDs for Browser Action menu --> |
| 112 <item type="id" name="browser_actions_open_in_background" /> |
| 113 <item type="id" name="browser_actions_open_in_incognito_tab" /> |
| 114 <item type="id" name="browser_actions_save_link_as" /> |
| 115 <item type="id" name="browser_actions_copy_address" /> |
| 116 <item type="id" name="browser_actions_share" /> |
| 117 <item type="id" name="browser_actions_custom_item_one" /> |
| 118 <item type="id" name="browser_actions_custom_item_two" /> |
| 119 <item type="id" name="browser_actions_custom_item_three" /> |
| 120 <item type="id" name="browser_actions_custom_item_four" /> |
| 121 <item type="id" name="browser_actions_custom_item_five" /> |
| 122 |
110 </resources> | 123 </resources> |
OLD | NEW |