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

Side by Side Diff: components/arc_strings.grdp

Issue 1760773004: Add "Open with <ARC-app-name>" items to the context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add a missing override; Created 4 years, 8 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
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
3 <message name="IDS_CONTENT_CONTEXT_MORE_APPS" desc="The label for the parent i tem of the sub menu in the content area context menu.">
4 More
5 </message>
6 <message name="IDS_CONTENT_CONTEXT_OPEN_WITH_APP" desc="The label for an item in the content area context menu for launching an ARC app.">
7 Open with <ph name="APP">$1<ex>Hangout</ex></ph>
8 </message>
9 <message name="IDS_CONTENT_CONTEXT_LOADING_APP_NAMES" desc="The place-holder m essage shown while Chrome is waiting for a reply from ARC.">
10 Loading
11 </message>
12 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698