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

Unified Diff: chrome/android/java/res/menu/chrome_context_menu.xml

Issue 2663373003: [Android] Add options in the context menu of CCT to open in a new Chrome tab or incoginto tab (Closed)
Patch Set: Rebase to master branch. Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/DefaultBrowserInfo.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/menu/chrome_context_menu.xml
diff --git a/chrome/android/java/res/menu/chrome_context_menu.xml b/chrome/android/java/res/menu/chrome_context_menu.xml
index 4591cdcefbbcb40a300c5f799db536c8040067b2..fd64b75aec7ecd5f9691b5bc8a00c8598527c8e2 100644
--- a/chrome/android/java/res/menu/chrome_context_menu.xml
+++ b/chrome/android/java/res/menu/chrome_context_menu.xml
@@ -4,6 +4,14 @@
found in the LICENSE file. -->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <group android:id="@+id/contextmenu_group_tab_cct">
+ <item android:id="@+id/contextmenu_open_in_new_chrome_tab"
+ android:title="@string/contextmenu_open_in_new_chrome_tab"/>
+ <item android:id="@+id/contextmenu_open_in_chrome_incognito_tab"
+ android:title="@string/contextmenu_open_in_chrome_incognito_tab"/>
+ <item android:id="@+id/contextmenu_open_in_browser_id"
+ android:title=""/>
+ </group>
<group android:id="@+id/contextmenu_group_anchor">
<item android:id="@+id/contextmenu_load_images"
android:title="@string/contextmenu_load_images"/>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/DefaultBrowserInfo.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698