| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 8a97ff5feb400ffe487e2c2cb160dcc2be5a0207..d3f29c1a59e3e38af9c291eb7dc6ea6fa0500d13 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -142,7 +142,8 @@ class ProfileImpl : public Profile,
|
|
|
| ProfileImpl(const FilePath& path,
|
| Delegate* delegate,
|
| - CreateMode create_mode);
|
| + CreateMode create_mode,
|
| + scoped_refptr<base::SequencedTaskRunner> sequenced_task_runner);
|
|
|
| // Does final initialization. Should be called after prefs were loaded.
|
| void DoFinalInit(bool is_new_profile);
|
|
|