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

Unified Diff: content/plugin/plugin_thread.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: 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.cc ('k') | content/plugin/plugin_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/plugin/plugin_thread.h
diff --git a/content/plugin/plugin_thread.h b/content/plugin/plugin_thread.h
index d325dd0531c32ccf7e00813588eb5518e83a5a62..5a95e99dfd5a77c54cba078d1ba3cd8e88767bbb 100644
--- a/content/plugin/plugin_thread.h
+++ b/content/plugin/plugin_thread.h
@@ -28,8 +28,6 @@ class PluginThread : public ChildThread {
// Returns the one plugin thread.
static PluginThread* current();
- FilePath plugin_path() { return plugin_path_; }
-
private:
virtual bool OnControlMessageReceived(const IPC::Message& msg);
@@ -45,9 +43,6 @@ class PluginThread : public ChildThread {
// The plugin module which is preloaded in Init
base::NativeLibrary preloaded_plugin_module_;
- // Points to the plugin file that this process hosts.
- FilePath plugin_path_;
-
DISALLOW_COPY_AND_ASSIGN(PluginThread);
};
« no previous file with comments | « content/common/npobject_util.cc ('k') | content/plugin/plugin_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698