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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 9705083: Unknown options in extension manifest file are silently ignored (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed an accedentally-included file Created 8 years, 9 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 8a58e052b55cc4f8f06115e7722759a463a334ce..c3417f4244bb2abed6dadeff1967abf9b5fdeac7 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4302,6 +4302,9 @@ Update checks have repeatedly failed for the extension "<ph name="EXTENSION_NAME
<message name="IDS_EXTENSIONS_INSPECT_VIEWS" desc="The text for the label in front of the links to inspect active views.">
Inspect active views:
</message>
+ <message name="IDS_EXTENSIONS_UNRECOGNIZED_KEYS" desc="The unrecognized keys in the extension's manifest.json.">
+ Unrecognized manifest keys:
+ </message>
<message name="IDS_EXTENSIONS_ENABLE" desc="The link for enabling extensions.">
Enable
</message>
@@ -15050,7 +15053,7 @@ Battery full
This device cannot be enrolled in the domain this user account belongs to.
</message>
<message name="IDS_ENTERPRISE_ENROLLMENT_MODE_ERROR" desc="Error message to show when the DM Server didn't send or send unsupported enrollment mode to the client.">
- The supplied enrollment mode is not supported by this version of the operating system. Please make sure you are running the newest version and try again.
+ The supplied enrollment mode is not supported by this version of the operating system. Please make sure you are running the newest version and try again.
</message>
<message name="IDS_ENTERPRISE_ENROLLMENT_SCREEN_TITLE" desc="The title on the enterprise enrollment dialog.">
Enterprise enrollment

Powered by Google App Engine
This is Rietveld 408576698