| Index: chrome/browser/extensions/user_script_master.h
|
| diff --git a/chrome/browser/extensions/user_script_master.h b/chrome/browser/extensions/user_script_master.h
|
| index a0624481bdd117d08463bb23fa3f3e00c3b5b3a1..270a69057128b3e770e3b9a470640086978b0e14 100644
|
| --- a/chrome/browser/extensions/user_script_master.h
|
| +++ b/chrome/browser/extensions/user_script_master.h
|
| @@ -61,6 +61,7 @@ class UserScriptMaster : public base::RefCountedThreadSafe<UserScriptMaster>,
|
| FRIEND_TEST(UserScriptMasterTest, Parse5);
|
| FRIEND_TEST(UserScriptMasterTest, Parse6);
|
|
|
| + public:
|
| // We reload user scripts on the file thread to prevent blocking the UI.
|
| // ScriptReloader lives on the file thread and does the reload
|
| // work, and then sends a message back to its master with a new SharedMemory*.
|
| @@ -118,6 +119,7 @@ class UserScriptMaster : public base::RefCountedThreadSafe<UserScriptMaster>,
|
| DISALLOW_COPY_AND_ASSIGN(ScriptReloader);
|
| };
|
|
|
| + private:
|
| // DirectoryWatcher::Delegate implementation.
|
| virtual void OnDirectoryChanged(const FilePath& path);
|
|
|
|
|