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

Unified Diff: extensions/browser/process_manager.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/utility/utility_thread_impl.cc ('k') | ios/web/public/web_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/process_manager.h
diff --git a/extensions/browser/process_manager.h b/extensions/browser/process_manager.h
index 16691b4773bb2047daae17a1effee5362b090a59..d897d292f90e0c5f7664c97c6fd16e6ac52f0672 100644
--- a/extensions/browser/process_manager.h
+++ b/extensions/browser/process_manager.h
@@ -120,7 +120,7 @@ class ProcessManager : public KeyedService,
// called regularly.
void KeepaliveImpulse(const Extension* extension);
- // Triggers a keepalive impulse for a plug-in (e.g NaCl).
+ // Triggers a keepalive impulse for a plugin (e.g NaCl).
static void OnKeepaliveFromPlugin(int render_process_id,
int render_frame_id,
const std::string& extension_id);
« no previous file with comments | « content/utility/utility_thread_impl.cc ('k') | ios/web/public/web_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698