Chromium Code Reviews| Index: webkit/default_plugin/plugin_impl.h |
| =================================================================== |
| --- webkit/default_plugin/plugin_impl.h (revision 8505) |
| +++ webkit/default_plugin/plugin_impl.h (working copy) |
| @@ -350,7 +350,8 @@ |
| // which enables the downloaded plugin to be instantiated. |
| // The completion events from the job are monitored in an independent |
| // thread. |
| - PluginInstallationJobMonitorThread installation_job_monitor_thread_; |
| + scoped_refptr<PluginInstallationJobMonitorThread> |
| + installation_job_monitor_thread_; |
|
jeremy
2009/01/26 23:00:34
should be 4 spaces...
John Grabowski
2009/01/27 00:31:25
spaced.
|
| // This object handles download and parsing of the plugins database. |
| PluginDatabaseHandler plugin_database_handler_; |
| // Indicates if the left click to download/refresh should be enabled or not. |