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

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

Issue 79573003: Upstreaming AppMenu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Actually add tvdpi Created 7 years 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2011 The Android Open Source Project 2 <!-- Copyright (C) 2011 The Android Open Source Project
3 3
4 Licensed under the Apache License, Version 2.0 (the "License"); 4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License. 5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at 6 You may obtain a copy of the License at
7 7
8 http://www.apache.org/licenses/LICENSE-2.0 8 http://www.apache.org/licenses/LICENSE-2.0
9 9
10 Unless required by applicable law or agreed to in writing, software 10 Unless required by applicable law or agreed to in writing, software
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 43
44 <!-- InfoBar constants --> 44 <!-- InfoBar constants -->
45 <item type="id" name="infobar_message" /> 45 <item type="id" name="infobar_message" />
46 <item type="id" name="infobar_close_button" /> 46 <item type="id" name="infobar_close_button" />
47 <item type="id" name="button_primary" /> 47 <item type="id" name="button_primary" />
48 <item type="id" name="button_secondary" /> 48 <item type="id" name="button_secondary" />
49 <item type="id" name="infobar_extra_check" /> 49 <item type="id" name="infobar_extra_check" />
50 50
51 <!-- Notifications --> 51 <!-- Notifications -->
52 <item type="id" name="remote_notification" /> 52 <item type="id" name="remote_notification" />
53
54 <!-- AppMenu IDs for the icon row items -->
55 <item type="id" name="back_menu_id" />
56 <item type="id" name="forward_menu_id" />
57 <item type="id" name="bookmark_this_page_id" />
53 </resources> 58 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/values/dimens.xml ('k') | chrome/android/java/src/org/chromium/chrome/browser/UmaBridge.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698