Chromium Code Reviews| Index: chrome/browser/extensions/user_script_master.h |
| =================================================================== |
| --- chrome/browser/extensions/user_script_master.h (revision 26451) |
| +++ chrome/browser/extensions/user_script_master.h (working copy) |
| @@ -22,7 +22,7 @@ |
| // Manages a segment of shared memory that contains the user scripts the user |
| // has installed. Lives on the UI thread. |
| -class UserScriptMaster : public base::RefCounted<UserScriptMaster>, |
| +class UserScriptMaster : public base::RefCountedThreadSafe<UserScriptMaster>, |
|
Aaron Boodman
2009/09/17 22:59:34
Does this class actually get called on multiple th
|
| public DirectoryWatcher::Delegate, |
| public NotificationObserver { |
| public: |