| 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 11 matching lines...) Expand all Loading... |
| 22 <!-- InfoBar constants --> | 22 <!-- InfoBar constants --> |
| 23 <item type="id" name="button_primary" /> | 23 <item type="id" name="button_primary" /> |
| 24 <item type="id" name="button_secondary" /> | 24 <item type="id" name="button_secondary" /> |
| 25 <item type="id" name="infobar_close_button" /> | 25 <item type="id" name="infobar_close_button" /> |
| 26 <item type="id" name="infobar_extra_check" /> | 26 <item type="id" name="infobar_extra_check" /> |
| 27 <item type="id" name="infobar_message" /> | 27 <item type="id" name="infobar_message" /> |
| 28 <item type="id" name="permission_infobar_persist_toggle" /> | 28 <item type="id" name="permission_infobar_persist_toggle" /> |
| 29 <item type="id" name="translate_infobar_always_toggle" /> | 29 <item type="id" name="translate_infobar_always_toggle" /> |
| 30 <item type="id" name="translate_infobar_source_spinner" /> | 30 <item type="id" name="translate_infobar_source_spinner" /> |
| 31 <item type="id" name="translate_infobar_target_spinner" /> | 31 <item type="id" name="translate_infobar_target_spinner" /> |
| 32 <item type="id" name="subresource_filter_infobar_toggle" /> |
| 32 | 33 |
| 33 <!-- Menu items IDs in Settings --> | 34 <!-- Menu items IDs in Settings --> |
| 34 <item type="id" name="menu_id_close" /> | 35 <item type="id" name="menu_id_close" /> |
| 35 <item type="id" name="menu_id_general_help" /> | 36 <item type="id" name="menu_id_general_help" /> |
| 36 <item type="id" name="menu_id_targeted_help" /> | 37 <item type="id" name="menu_id_targeted_help" /> |
| 37 <item type="id" name="menu_id_reset" /> | 38 <item type="id" name="menu_id_reset" /> |
| 38 <item type="id" name="menu_id_refresh" /> | 39 <item type="id" name="menu_id_refresh" /> |
| 39 <item type="id" name="menu_id_settings" /> | 40 <item type="id" name="menu_id_settings" /> |
| 40 | 41 |
| 41 <!-- Cast notification --> | 42 <!-- Cast notification --> |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 <item type="id" name="contextmenu_add_to_contacts" /> | 97 <item type="id" name="contextmenu_add_to_contacts" /> |
| 97 <item type="id" name="contextmenu_copy" /> | 98 <item type="id" name="contextmenu_copy" /> |
| 98 | 99 |
| 99 <!-- Other Group --> | 100 <!-- Other Group --> |
| 100 <item type="id" name="contextmenu_save_video" /> | 101 <item type="id" name="contextmenu_save_video" /> |
| 101 | 102 |
| 102 <!-- Menu item IDs for FullscreenActivities --> | 103 <!-- Menu item IDs for FullscreenActivities --> |
| 103 <item type="id" name="menu_id_open_in_chrome" /> | 104 <item type="id" name="menu_id_open_in_chrome" /> |
| 104 | 105 |
| 105 </resources> | 106 </resources> |
| OLD | NEW |