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

Unified Diff: chrome/renderer/content_settings_observer.cc

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/renderer/content_settings_observer.cc
diff --git a/chrome/renderer/content_settings_observer.cc b/chrome/renderer/content_settings_observer.cc
index 9fb675ea8109a64270d31b6db12564fc7c5b1f82..d249fee0585259c2a7ecaf6276f609c21ee715b3 100644
--- a/chrome/renderer/content_settings_observer.cc
+++ b/chrome/renderer/content_settings_observer.cc
@@ -194,7 +194,7 @@ void ContentSettingsObserver::SetContentSettingRules(
bool ContentSettingsObserver::IsPluginTemporarilyAllowed(
const std::string& identifier) {
- // If the empty string is in here, it means all plug-ins are allowed.
+ // If the empty string is in here, it means all plugins are allowed.
// TODO(bauerb): Remove this once we only pass in explicit identifiers.
return (temporarily_allowed_plugins_.find(identifier) !=
temporarily_allowed_plugins_.end()) ||
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/test/data/extensions/api_test/permissions/nacl_enabled/background.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698