| Index: chrome/default_plugin/plugin_install_job_monitor.cc
|
| ===================================================================
|
| --- chrome/default_plugin/plugin_install_job_monitor.cc (revision 67673)
|
| +++ chrome/default_plugin/plugin_install_job_monitor.cc (working copy)
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "chrome/default_plugin/plugin_install_job_monitor.h"
|
|
|
| -#include "base/logging.h"
|
| #include "base/message_loop.h"
|
| #include "chrome/default_plugin/plugin_impl.h"
|
|
|
| @@ -100,11 +99,6 @@
|
| install_job_completion_port_ = NULL;
|
| }
|
|
|
| -void PluginInstallationJobMonitorThread::set_plugin_window(HWND plugin_window) {
|
| - DCHECK(::IsWindow(plugin_window));
|
| - plugin_window_ = plugin_window;
|
| -}
|
| -
|
| bool PluginInstallationJobMonitorThread::AssignProcessToJob(
|
| HANDLE process_handle) {
|
| BOOL result = AssignProcessToJobObject(install_job_, process_handle);
|
|
|
| Property changes on: chrome/default_plugin/plugin_install_job_monitor.cc
|
| ___________________________________________________________________
|
| Deleted: svn:mergeinfo
|
|
|
|
|