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

Unified Diff: public/web/WebContentSettingsClient.h

Issue 1005223002: Blink: Replace all "plug-in" with "plugin". (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Revert netscape-dom-access tests. 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
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebContentSettingsClient.h
diff --git a/public/web/WebContentSettingsClient.h b/public/web/WebContentSettingsClient.h
index 14bf88f8af3d30744e436b4435e8901b4ac5a866..5d7dca065646703b72a366e58ae036ea7ada51dc 100644
--- a/public/web/WebContentSettingsClient.h
+++ b/public/web/WebContentSettingsClient.h
@@ -78,7 +78,7 @@ public:
// but it's been named for consistency with the rest of the interface.
virtual bool allowMutationEvents(bool defaultValue) { return defaultValue; }
- // Notifies the client that the frame would have instantiated a plug-in if plug-ins were enabled.
+ // Notifies the client that the frame would have instantiated a plugin if plugins were enabled.
virtual void didNotAllowPlugins() { }
// Notifies the client that the frame would have executed script if script were enabled.
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698