| Index: webkit/default_plugin/plugin_install_job_monitor.cc
|
| ===================================================================
|
| --- webkit/default_plugin/plugin_install_job_monitor.cc (revision 8505)
|
| +++ webkit/default_plugin/plugin_install_job_monitor.cc (working copy)
|
| @@ -36,6 +36,12 @@
|
| }
|
|
|
| void PluginInstallationJobMonitorThread::Init() {
|
| + this->message_loop()->PostTask(FROM_HERE,
|
| + NewRunnableMethod(this,
|
| + &PluginInstallationJobMonitorThread::WaitForJobThread));
|
| +}
|
| +
|
| +void PluginInstallationJobMonitorThread::WaitForJobThread() {
|
| if (!install_job_) {
|
| DLOG(WARNING) << "Invalid job information";
|
| NOTREACHED();
|
|
|