diff options
Diffstat (limited to 'chrome/plugin/plugin_process.h')
-rw-r--r-- | chrome/plugin/plugin_process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/plugin_process.h b/chrome/plugin/plugin_process.h index c7c0b78..ca80722 100644 --- a/chrome/plugin/plugin_process.h +++ b/chrome/plugin/plugin_process.h @@ -25,7 +25,7 @@ class PluginProcess : public ChildProcess { // from the browser. static void BrowserShutdown(); - // File path of the plugin dll this process hosts. + // File path of the plugin this process hosts. const FilePath& plugin_path() { return plugin_path_; } private: |