| 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.
|
|
|