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

Unified Diff: content/renderer/render_view_impl.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 | « content/renderer/render_thread_impl.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index d06f0ade6d7d8a0750a0f38e243c60feb694b671..fbf040edad26f04c5f59476ab25ccb13bb39334c 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -282,7 +282,7 @@ class CONTENT_EXPORT RenderViewImpl
// Returns true if the focused element is editable text from the perspective
// of IME support (also used for on-screen keyboard). Works correctly inside
- // supported PPAPI plug-ins.
+ // supported PPAPI plugins.
bool HasIMETextFocus();
// Callback for use with GetWindowSnapshot.
@@ -968,7 +968,7 @@ class CONTENT_EXPORT RenderViewImpl
std::set<WebPluginDelegateProxy*> plugin_delegates_;
#if defined(OS_WIN)
- // The ID of the focused NPAPI plug-in.
+ // The ID of the focused NPAPI plugin.
int focused_plugin_id_;
#endif
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698