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

Unified 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 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..4e355f398a0276558993fbdab9eaabd2cf7eab1a
--- /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">
pkotwicz 2017/01/18 02:08:21 chrome://webapks is an internal only debugging pag
+ About WebAPKs
+ </message>
+ <message name="IDS_WEBAPKS_UI_HEADER" desc="Header on the about:webapks page">
+ WebAPKs
+ </message>
+ <message name="IDS_WEBAPKS_UI_PACKAGE_NAME" desc="Label for the package name of a WebAPK">
+ Package name
+ </message>
+ <message name="IDS_WEBAPKS_UI_SHELL_APK_VERSION" desc="Label for the shell APK version of a WebAPK">
+ Shell APK version
+ </message>
+ <message name="IDS_WEBAPKS_UI_VERSION_CODE" desc="Label for the version code of a WebAPK">
+ Version code
+ </message>
+</grit-part>

Powered by Google App Engine
This is Rietveld 408576698