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

Unified Diff: chrome/common/extensions/docs/templates/intros/contentSettings.html

Issue 1007443004: Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove terms and native_client_sdk changes. Created 5 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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/intros/contentSettings.html
diff --git a/chrome/common/extensions/docs/templates/intros/contentSettings.html b/chrome/common/extensions/docs/templates/intros/contentSettings.html
index 343b0a7dcfe83d150714344a3d7c972ecef20fd6..02a480e6813b44d658ba09a3f06e5dd6c959cea2 100644
--- a/chrome/common/extensions/docs/templates/intros/contentSettings.html
+++ b/chrome/common/extensions/docs/templates/intros/contentSettings.html
@@ -115,10 +115,10 @@ is ordered by precedence:</p>
Resource identifiers allow you to specify content settings for specific
subtypes of a content type. Currently, the only content type that supports
resource identifiers is $(ref:contentSettings.plugins),
-where a resource identifier identifies a specific plug-in. When applying content
-settings, first the settings for the specific plug-in are checked. If there are
-no settings found for the specific plug-in, the general content settings for
-plug-ins are checked.
+where a resource identifier identifies a specific plugin. When applying content
+settings, first the settings for the specific plugin are checked. If there are
+no settings found for the specific plugin, the general content settings for
+plugins are checked.
</p>
<p>
For example, if a content setting rule has the resource identifier
@@ -129,8 +129,8 @@ it takes precedence over a rule without a resource identifier and the pattern
<p>
You can get a list of resource identifiers for a content type by calling the
$(ref:contentSettings.ContentSetting.getResourceIdentifiers) method. The returned list
-can change with the set of installed plug-ins on the user's machine, but Chrome
-tries to keep the identifiers stable across plug-in updates.
+can change with the set of installed plugins on the user's machine, but Chrome
+tries to keep the identifiers stable across plugin updates.
</p>
<h2 id="examples">Examples</h2>
« no previous file with comments | « chrome/common/extensions/docs/templates/articles/permission_warnings.html ('k') | chrome/common/mac/cfbundle_blocker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698