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

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

Issue 2815453002: [Android] Show Browser Actions dialog in Chrome (Closed)
Patch Set: Fix tests fail. 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/browseractions/BrowserActionActivity.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
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>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/browseractions/BrowserActionActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698