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

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 Maria's comments. 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"/>
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 <!-- Other Group --> 99 <!-- Other Group -->
100 <item type="id" name="contextmenu_save_video" /> 100 <item type="id" name="contextmenu_save_video" />
101 101
102 <!-- Menu item IDs for FullscreenActivities --> 102 <!-- Menu item IDs for FullscreenActivities -->
103 <item type="id" name="menu_id_open_in_chrome" /> 103 <item type="id" name="menu_id_open_in_chrome" />
104 104
105 <!-- App menu item custom tags --> 105 <!-- App menu item custom tags -->
106 <item type="id" name="menu_item_enter_anim_id" /> 106 <item type="id" name="menu_item_enter_anim_id" />
107 <item type="id" name="menu_item_original_background" /> 107 <item type="id" name="menu_item_original_background" />
108 <item type="id" name="menu_item_background_drawable_position" /> 108 <item type="id" name="menu_item_background_drawable_position" />
109
110 <!-- Menu item IDs for Browser Action menu -->
111 <item type="id" name="browser_actions_open_in_background" />
112 <item type="id" name="browser_actions_open_in_incognito_tab" />
113 <item type="id" name="browser_actions_save_link_as" />
114 <item type="id" name="browser_actions_copy_address" />
115 <item type="id" name="browser_actions_share" />
116 <item type="id" name="browser_actions_custom_item_one" />
117 <item type="id" name="browser_actions_custom_item_two" />
118 <item type="id" name="browser_actions_custom_item_three" />
119 <item type="id" name="browser_actions_custom_item_four" />
120 <item type="id" name="browser_actions_custom_item_five" />
121
109 </resources> 122 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698