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

Unified Diff: content/public/renderer/render_process_observer.h

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: 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() {}
« no previous file with comments | « content/public/renderer/content_renderer_client.h ('k') | content/renderer/npapi/webplugin_delegate_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698