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

Unified Diff: chrome/common/extensions/docs/examples/extensions/plugin_settings/js/chrome_stubs.js

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/examples/extensions/plugin_settings/js/chrome_stubs.js
diff --git a/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/chrome_stubs.js b/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/chrome_stubs.js
index 51058d68e0e3f644dcdacdcbe11f767a5de9e1f0..63e61b2207d4e2388f703badd76d519311c71e38 100644
--- a/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/chrome_stubs.js
+++ b/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/chrome_stubs.js
@@ -48,7 +48,7 @@ chrome.i18n.getMessage = function(id) {
}
/**
- * Creates a new Settings object with a set of rules for a dummy plug-in.
+ * Creates a new Settings object with a set of rules for a dummy plugin.
* Because we provide stub implementations for the Chrome contentSettings
* extension API, we know that the methods will execute immediately instead of
* asynchronously.

Powered by Google App Engine
This is Rietveld 408576698