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

Unified Diff: content/common/npobject_util.cc

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: Removed superfluous PluginThread::plugin_path_ 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
« no previous file with comments | « content/common/npobject_util.h ('k') | content/plugin/plugin_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « content/common/npobject_util.h ('k') | content/plugin/plugin_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698