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

Unified Diff: components/plugins/renderer/webview_plugin.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
« no previous file with comments | « components/plugins/renderer/loadable_plugin_placeholder.cc ('k') | content/app/strings/content_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/plugins/renderer/webview_plugin.h
diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h
index cb3f5a647f0e00bc1c18a791a25e6e15184e8b9e..3b7cd67c9202425f5b7fb94c521b54c0642bce37 100644
--- a/components/plugins/renderer/webview_plugin.h
+++ b/components/plugins/renderer/webview_plugin.h
@@ -60,9 +60,9 @@ class WebViewPlugin : public blink::WebPlugin,
blink::WebView* web_view() { return web_view_; }
- // When loading a plug-in document (i.e. a full page plug-in not embedded in
+ // When loading a plugin document (i.e. a full page plugin not embedded in
// another page), we save all data that has been received, and replay it with
- // this method on the actual plug-in.
+ // this method on the actual plugin.
void ReplayReceivedData(blink::WebPlugin* plugin);
void RestoreTitleText();
« no previous file with comments | « components/plugins/renderer/loadable_plugin_placeholder.cc ('k') | content/app/strings/content_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698