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

Unified Diff: webkit/default_plugin/plugin_impl.h

Issue 18824: thread.cc race fix take 2 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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
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.

Powered by Google App Engine
This is Rietveld 408576698