| 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.
|
|
|