| Index: content/common/npobject_util.cc
|
| diff --git a/content/common/npobject_util.cc b/content/common/npobject_util.cc
|
| index 5d188f60cc05aabeb65e957744148553f190154d..2da38b7a0cc0cbaa7965ee4e364409f53a0624b4 100644
|
| --- a/content/common/npobject_util.cc
|
| +++ b/content/common/npobject_util.cc
|
| @@ -15,8 +15,7 @@
|
|
|
| using WebKit::WebBindings;
|
|
|
| -// true if the current process is a plugin process, false if it's a renderer
|
| -// process.
|
| +// true if the current process is a plugin process, false otherwise.
|
| static bool g_plugin_process;
|
|
|
| namespace {
|
|
|