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

Side by Side Diff: components/webapks_ui_strings.grdp

Issue 2629573004: Add a chrome://webapks page. (Closed)
Patch Set: Makes the listWebApks method receive a callback on the Java side Created 3 years, 11 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_WEBAPKS_UI_TITLE" desc="Title on the about:webapks page">
pkotwicz 2017/01/18 02:08:21 chrome://webapks is an internal only debugging pag
4 About WebAPKs
5 </message>
6 <message name="IDS_WEBAPKS_UI_HEADER" desc="Header on the about:webapks page">
7 WebAPKs
8 </message>
9 <message name="IDS_WEBAPKS_UI_PACKAGE_NAME" desc="Label for the package name o f a WebAPK">
10 Package name
11 </message>
12 <message name="IDS_WEBAPKS_UI_SHELL_APK_VERSION" desc="Label for the shell APK version of a WebAPK">
13 Shell APK version
14 </message>
15 <message name="IDS_WEBAPKS_UI_VERSION_CODE" desc="Label for the version code o f a WebAPK">
16 Version code
17 </message>
18 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698