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

Side by Side Diff: chrome/android/java/res/menu/custom_tabs_menu.xml

Issue 2393993005: Revert "[Custom Tabs] Implement "Read It Later" Behind a Flag" (Closed)
Patch Set: compile Created 4 years, 2 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/ChromeTabbedActivity.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 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2015 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 <menu xmlns:android="http://schemas.android.com/apk/res/android"> 6 <menu xmlns:android="http://schemas.android.com/apk/res/android">
7 <item android:id="@+id/icon_row_menu_id" 7 <item android:id="@+id/icon_row_menu_id"
8 android:title="@null" 8 android:title="@null"
9 android:orderInCategory="0" > 9 android:orderInCategory="0" >
10 <menu> 10 <menu>
(...skipping 15 matching lines...) Expand all
26 <item android:id="@+id/share_menu_id" 26 <item android:id="@+id/share_menu_id"
27 android:title="@string/menu_share_page"/> 27 android:title="@string/menu_share_page"/>
28 <item android:id="@+id/direct_share_menu_id" 28 <item android:id="@+id/direct_share_menu_id"
29 android:title="@null" /> 29 android:title="@null" />
30 </menu> 30 </menu>
31 </item> 31 </item>
32 <!-- Title is intentionally left blank in xml and will be set in java. - -> 32 <!-- Title is intentionally left blank in xml and will be set in java. - ->
33 <item android:id="@+id/open_in_browser_id" 33 <item android:id="@+id/open_in_browser_id"
34 android:title="" 34 android:title=""
35 android:orderInCategory="2" /> 35 android:orderInCategory="2" />
36 <item android:id="@+id/read_it_later_id"
37 android:title="@string/read_it_later"
38 android:orderInCategory="2" />
39 </menu> 36 </menu>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698