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

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

Issue 1159113006: [Android] A prototype of the interactive media notification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved OnMediaSessionStateChanged to WebContentsImpl Created 5 years, 5 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 <!-- Copyright 2011 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2011 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <resources xmlns:android="http://schemas.android.com/apk/res/android"> 6 <resources xmlns:android="http://schemas.android.com/apk/res/android">
7 <!-- InfoBar constants --> 7 <!-- InfoBar constants -->
8 <item type="id" name="infobar_message" /> 8 <item type="id" name="infobar_message" />
9 <item type="id" name="infobar_close_button" /> 9 <item type="id" name="infobar_close_button" />
10 <item type="id" name="button_primary" /> 10 <item type="id" name="button_primary" />
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 <item type="id" name="menu_id_translate_help" /> 43 <item type="id" name="menu_id_translate_help" />
44 <item type="id" name="menu_id_help_privacy" /> 44 <item type="id" name="menu_id_help_privacy" />
45 <item type="id" name="menu_id_import_bookmarks" /> 45 <item type="id" name="menu_id_import_bookmarks" />
46 46
47 <!-- Menu item IDs for FullscreenActivities --> 47 <!-- Menu item IDs for FullscreenActivities -->
48 <item type="id" name="menu_id_open_in_chrome" /> 48 <item type="id" name="menu_id_open_in_chrome" />
49 49
50 <!-- Cast notification --> 50 <!-- Cast notification -->
51 <item type="id" name="remote_notification" /> 51 <item type="id" name="remote_notification" />
52 52
53 <!-- Media playback notification -->
54 <item type="id" name="media_playback_notification" />
55
53 <!-- Sync UI constants --> 56 <!-- Sync UI constants -->
54 <item type="id" name="passphrase_type_list" /> 57 <item type="id" name="passphrase_type_list" />
55 58
56 <!-- Keyboard shortcuts --> 59 <!-- Keyboard shortcuts -->
57 <item type="id" name="focus_url_bar" /> 60 <item type="id" name="focus_url_bar" />
58 <item type="id" name="show_menu" /> 61 <item type="id" name="show_menu" />
59 62
60 </resources> 63 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698