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

Unified Diff: content/common/npobject_util.h

Issue 7982026: Add GetPluginPath() to npobject_util to avoid content/plugin/ include from npobject_stub.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix namespace Created 9 years, 3 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/common/npobject_util.h
diff --git a/content/common/npobject_util.h b/content/common/npobject_util.h
index 300bbd3815fbd6719bc887352e443735c2c635f3..bc993974b604acd99bce25544efa7c48877f7308 100644
--- a/content/common/npobject_util.h
+++ b/content/common/npobject_util.h
@@ -31,8 +31,7 @@ typedef void *NPIdentifier;
// plugin instances are initialized.
void PatchNPNFunctions();
-// Returns true if the current process is a plugin process, or false if it's a
-// renderer process.
+// Returns true if the current process is a plugin process, or false otherwise.
bool IsPluginProcess();
// Creates an object similar to NPIdentifier that can be marshalled.

Powered by Google App Engine
This is Rietveld 408576698