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

Unified Diff: content/renderer/render_view_impl.cc

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 | « content/renderer/render_view_impl.h ('k') | content/shell/tools/plugin/PluginObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index 81fd8b44618edfe66a40b2697b987fe951e3eaea..11b89e215de469fda3fa367bb7e65c51a61fbbf9 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -3436,8 +3436,8 @@ void RenderViewImpl::OnImeSetComposition(
}
#if defined(OS_WIN)
- // When a plug-in has focus, we create platform-specific IME data used by
- // our IME emulator and send it directly to the focused plug-in, i.e. we
+ // When a plugin has focus, we create platform-specific IME data used by
+ // our IME emulator and send it directly to the focused plugin, i.e. we
// bypass WebKit. (WebPluginDelegate dispatches this IME data only when its
// instance ID is the same one as the specified ID.)
if (focused_plugin_id_ >= 0) {
@@ -3479,7 +3479,7 @@ void RenderViewImpl::OnImeConfirmComposition(
}
#if defined(OS_WIN)
// Same as OnImeSetComposition(), we send the text from IMEs directly to
- // plug-ins. When we send IME text directly to plug-ins, we should not send
+ // plugins. When we send IME text directly to plugins, we should not send
// it to WebKit to prevent WebKit from controlling IMEs.
// TODO(thakis): Honor |replacement_range| for plugins?
if (focused_plugin_id_ >= 0) {
« no previous file with comments | « content/renderer/render_view_impl.h ('k') | content/shell/tools/plugin/PluginObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698