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

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

Issue 2860313002: 🔍 More SearchActivity tests (Closed)
Patch Set: 🔍 More SearchActivity tests Created 3 years, 7 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"/>
11 <item name="bookmark_page" type="id"/> 11 <item name="bookmark_page" type="id"/>
12 <item name="foreground_drawable" type="id"/> 12 <item name="foreground_drawable" type="id"/>
13 <item name="fre_pager" type="id"/> 13 <item name="fre_pager" type="id"/>
14 <item name="permission_intent_override" type="id" /> 14 <item name="permission_intent_override" type="id" />
15 <item name="permission_type" type="id"/> 15 <item name="permission_type" type="id"/>
16 <item name="refine_view_id" type="id"/> 16 <item name="refine_view_id" type="id"/>
17 <item name="tabswitcher_multiple_drawable" type="id"/> 17 <item name="tabswitcher_multiple_drawable" type="id"/>
18 <item name="tabswitcher_single_drawable" type="id"/> 18 <item name="tabswitcher_single_drawable" type="id"/>
19 <item name="custom_tab_bottom_bar_wrapper" type="id"/> 19 <item name="custom_tab_bottom_bar_wrapper" type="id"/>
20 <item name="default_search_engine_dialog_options" type="id"/>
20 21
21 <!-- InfoBar constants --> 22 <!-- InfoBar constants -->
22 <item type="id" name="button_primary" /> 23 <item type="id" name="button_primary" />
23 <item type="id" name="button_secondary" /> 24 <item type="id" name="button_secondary" />
24 <item type="id" name="infobar_close_button" /> 25 <item type="id" name="infobar_close_button" />
25 <item type="id" name="infobar_extra_check" /> 26 <item type="id" name="infobar_extra_check" />
26 <item type="id" name="infobar_message" /> 27 <item type="id" name="infobar_message" />
27 <item type="id" name="permission_infobar_persist_toggle" /> 28 <item type="id" name="permission_infobar_persist_toggle" />
28 <item type="id" name="translate_infobar_always_toggle" /> 29 <item type="id" name="translate_infobar_always_toggle" />
29 <item type="id" name="translate_infobar_source_spinner" /> 30 <item type="id" name="translate_infobar_source_spinner" />
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 <!-- App menu item custom tags --> 106 <!-- App menu item custom tags -->
106 <item type="id" name="menu_item_enter_anim_id" /> 107 <item type="id" name="menu_item_enter_anim_id" />
107 <item type="id" name="menu_item_original_background" /> 108 <item type="id" name="menu_item_original_background" />
108 <item type="id" name="menu_item_background_drawable_position" /> 109 <item type="id" name="menu_item_background_drawable_position" />
109 </resources> 110 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698