Index: content/public/renderer/render_process_observer.h |
diff --git a/content/public/renderer/render_process_observer.h b/content/public/renderer/render_process_observer.h |
index de23dae1468fe083c27d7a5c255ba6540b978f01..582a60fb5e4b0823fa4eaa0c5dd65f1eed2d3126 100644 |
--- a/content/public/renderer/render_process_observer.h |
+++ b/content/public/renderer/render_process_observer.h |
@@ -30,7 +30,7 @@ class CONTENT_EXPORT RenderProcessObserver { |
// Called right after the WebKit API is initialized. |
virtual void WebKitInitialized() {} |
- // Called when the renderer cache of the plug-in list has changed. |
+ // Called when the renderer cache of the plugin list has changed. |
virtual void PluginListChanged() {} |
virtual void IdleNotification() {} |