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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2159103006: Add policy provider that would filter extensions/apps allowed on the (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review comments, single behavior feature now Created 4 years, 3 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 133dd48ed13a89a88e4043a49e47e37dc0775bb0..34bb31b14deb0671d1b810e69c9e04e332941288 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4135,6 +4135,9 @@ Even if you have downloaded files from this website before, the website might ha
<message name="IDS_EXTENSION_CANT_INSTALL_IN_DEVICE_LOCAL_ACCOUNT" desc="Error message when a user tries to install or the administrator tries to force-install through policy an extension that is not allowed in a device-local account.">
<ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph> (extension ID "<ph name="EXTENSION_ID">$2<ex>nckgahadagoaajjgafhacjanaoiihapd</ex></ph>") is not allowed in this type of session.
</message>
+ <message name="IDS_EXTENSION_CANT_INSTALL_ON_LOGIN_SCREEN" desc="Error message when the administrator tries to force-install through policy an extension that is not allowed on a local screen.">
emaxx 2016/09/05 13:58:20 nit: s/local screen/login screen/ (or signin scree
emaxx 2016/09/05 13:58:20 Do you think it would make sense to do s/LOGIN_SCR
Denis Kuznetsov (DE-MUC) 2016/10/31 18:26:51 Done.
+ <ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph> (extension ID "<ph name="EXTENSION_ID">$2<ex>abacabadabacabaeabacabadabacabaf</ex></ph>") is not allowed on a login screen.
+ </message>
</if>
<message name="IDS_EXTENSION_MOVE_DIRECTORY_TO_PROFILE_FAILED" desc="">
Could not move extension directory into profile.

Powered by Google App Engine
This is Rietveld 408576698