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

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

Issue 2791843002: [subresource_filter] Add the toggle to the new experimental UI (Closed)
Patch Set: add TODO and crbug link Created 3 years, 8 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/infobar/SubresourceFilterExperimentalInfoBar.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 11 matching lines...) Expand all
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
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>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/infobar/SubresourceFilterExperimentalInfoBar.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698