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

Unified Diff: components/webapks_ui_strings.grdp

Issue 2629573004: Add a chrome://webapks page. (Closed)
Patch Set: Adds an about:webapks page with information about all installed Web APKs on the device 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 side-by-side diff with in-line comments
Download patch
Index: components/webapks_ui_strings.grdp
diff --git a/components/webapks_ui_strings.grdp b/components/webapks_ui_strings.grdp
new file mode 100644
index 0000000000000000000000000000000000000000..77d423f8a5247896bc36c87f062ef4c7b10eb973
--- /dev/null
+++ b/components/webapks_ui_strings.grdp
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+ <message name="IDS_WEBAPKS_UI_TITLE" desc="Title on the about:webapks page">
+ About Web APKs
+ </message>
+ <message name="IDS_WEBAPKS_UI_HEADER" desc="Header on the about:webapks page">
+ Web APKs
+ </message>
+ <message name="IDS_WEBAPKS_UI_PACKAGE_NAME" desc="Label for the package name of a Web APK">
Xi Han 2017/01/13 15:50:15 WebAPK
gonzalon 2017/01/13 20:24:40 Done.
+ Package name
+ </message>
+ <message name="IDS_WEBAPKS_UI_SHELL_APK_VERSION" desc="Label for the shell APK version of a Web APK">
Xi Han 2017/01/13 15:50:15 WebAPK
gonzalon 2017/01/13 20:24:40 Done.
+ Shell APK version
+ </message>
+ <message name="IDS_WEBAPKS_UI_VERSION_CODE" desc="Label for the version code of a Web APK">
Xi Han 2017/01/13 15:50:15 WebAPK
gonzalon 2017/01/13 20:24:40 Done.
+ Version code
+ </message>
+</grit-part>

Powered by Google App Engine
This is Rietveld 408576698