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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 10689097: Enforce the 'requirements' field in manifests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Changed plugins requirement schema Created 8 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 facfede3166c764e78aef4fbb898d565a8250c95..f797274eb47e93d31d0531a43a5d9794641279a7 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4549,6 +4549,18 @@ Update checks have repeatedly failed for the extension "<ph name="EXTENSION_NAME
<message name="IDS_EXTENSION_CANT_DOWNGRADE_VERSION" desc="Error message when a user tries to install an extension with a lower version that a version that it already installed.">
Attempted to downgrade extension.
</message>
+ <message name="IDS_EXTENSION_WEBGL_NOT_SUPPORTED" desc="Error message when an extension has a requirement for WebGL that the system does not support.">
+ WebGL is not supported.
+ </message>
+ <message name="IDS_EXTENSION_CSS3D_NOT_SUPPORTED" desc="Error message when an extension has a requirement for CSS3d that the system does not support.">
+ CSS3d is not supported.
+ </message>
+ <message name="IDS_EXTENSION_PLUGINS_NOT_SUPPORTED" desc="Error message when an extension has a requirement for plugins that the system does not support.">
+ Plugins are not supported.
+ </message>
+ <message name="IDS_EXTENSION_REQUIREMENT_DISABLE" desc="Error message when an extension was disabled due to unsupported requirements and the user attempts to re-enable the extension.">
+ Cannot enable, not all requirements are met.
Aaron Boodman 2012/08/21 23:04:21 It would be better to show the specific requiremen
eaugusti 2012/08/24 19:30:52 Ok. To do this we will need a value in the prefs.
+ </message>
<message name="IDS_EXTENSION_CANT_INSTALL_BLACKLISTED" desc="Error message when a user tries to install an extension that is blacklisted.">
This extension is blacklisted.
</message>
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager_util.cc » ('j') | chrome/browser/extensions/crx_installer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698