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

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

Issue 2755003003: Add Interstitial for user consent (Closed)
Patch Set: Matts Nits 1 Created 3 years, 9 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 19 matching lines...) Expand all
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 32
33 <!-- Menu items IDs in Settings --> 33 <!-- Menu items IDs in Settings -->
34 <item type="id" name="menu_id_close" /> 34 <item type="id" name="menu_id_close" />
35 <item type="id" name="menu_id_general_help" /> 35 <item type="id" name="menu_id_general_help" />
36 <item type="id" name="menu_id_targeted_help" /> 36 <item type="id" name="menu_id_targeted_help" />
37 <item type="id" name="menu_id_reset" /> 37 <item type="id" name="menu_id_reset" />
38 <item type="id" name="menu_id_refresh" /> 38 <item type="id" name="menu_id_refresh" />
39 <item type="id" name="menu_id_settings" /> 39 <item type="id" name="menu_id_settings" />
40 <item type="id" name="physical_web_sharing_id" />
40 41
41 <!-- Menu item IDs for FullscreenActivities --> 42 <!-- Menu item IDs for FullscreenActivities -->
42 <item type="id" name="menu_id_open_in_chrome" /> 43 <item type="id" name="menu_id_open_in_chrome" />
43 44
44 <!-- Cast notification --> 45 <!-- Cast notification -->
45 <item type="id" name="remote_notification" /> 46 <item type="id" name="remote_notification" />
46 47
47 <!-- Media playback notification --> 48 <!-- Media playback notification -->
48 <item type="id" name="media_playback_notification" /> 49 <item type="id" name="media_playback_notification" />
49 50
(...skipping 14 matching lines...) Expand all
64 <item type="id" name="payments_left_summary_label" /> 65 <item type="id" name="payments_left_summary_label" />
65 <item type="id" name="payments_first_radio_button" /> 66 <item type="id" name="payments_first_radio_button" />
66 <item type="id" name="payments_add_option_button" /> 67 <item type="id" name="payments_add_option_button" />
67 <item type="id" name="payments_edit_cancel_button" /> 68 <item type="id" name="payments_edit_cancel_button" />
68 <item type="id" name="payments_edit_done_button" /> 69 <item type="id" name="payments_edit_done_button" />
69 <item type="id" name="payments_edit_checkbox" /> 70 <item type="id" name="payments_edit_checkbox" />
70 71
71 <!-- Password update prompt --> 72 <!-- Password update prompt -->
72 <item type="id" name="password_infobar_accounts_spinner" /> 73 <item type="id" name="password_infobar_accounts_spinner" />
73 </resources> 74 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698