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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2242473002: Add an about:flag to control WebApk enablement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix last native reference Created 4 years, 4 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 517261bee52d62b16aeb6229c87a977c8909510a..ec06a0df6fa344eee2c5a7eb729e3a50767d795a 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15065,6 +15065,14 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
<message name="IDS_FLAGS_TAB_SWITCHER_IN_DOCUMENT_MODE_DESCRIPTION" desc="Description for the flag to enable tab switcher in document mode.">
If enabled, a tab switcher will show even when 'merge tabs and apps' option is on in the settings.
</message>
+
+ <!-- WebApks -->
+ <message name="IDS_FLAGS_ENABLE_WEBAPK" desc="Name for the flag to enable WebApk feature.">
+ Enable WebApks
pkotwicz 2016/08/15 15:27:52 Nit ⬆️case. "Enable WebApks" -> "Enable WebAPKs"
Yaron 2016/08/16 01:08:42 Done.
+ </message>
+ <message name="IDS_FLAGS_ENABLE_WEBAPK_DESCRIPTION" desc="Description for the flag to enable WebApk feature.">
+ Enables packaging PWAs into an Android WebApk. Requires sending data to a chrome server to generate the application.
pkotwicz 2016/08/15 15:27:52 "WebApk" -> "WebAPK"
Yaron 2016/08/16 01:08:42 Done.
+ </message>
</if>
<message name="IDS_FLAGS_ENABLE_BROTLI_NAME" desc="Title for the flag to enable Brotli Content-Encoding.">

Powered by Google App Engine
This is Rietveld 408576698