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

Unified Diff: chrome/app/generated_resources.grd

Issue 11066043: Block NPAPI plug-ins in Metro mode instead of not loading them at all. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/plugins/plugin_observer.h » ('j') | chrome/common/render_messages.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index ea86dbdc631a88b0d42d98e8224754e7525d55f7..26aa6f620baa4d9439890cc2476278ec033fef1a 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6538,6 +6538,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_PLUGIN_UPDATE" desc="The link for updating an outdated plug-in.">
Update plug-in...
</message>
+ <message name="IDS_PLUGIN_NOT_SUPPORTED" desc="The placeholder text for a plug-in that can't run in Windows Metro mode.">
+ <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> requires Desktop mode.
+ </message>
<message name="IDS_PLUGIN_BLOCKED" desc="The placeholder text for a blocked plug-in.">
<ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> is not allowed.
</message>
« no previous file with comments | « no previous file | chrome/browser/plugins/plugin_observer.h » ('j') | chrome/common/render_messages.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698