Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index 39b5a4183a20589e8f206e294aa1bacdc58721fa..5c00b9a64d9d28d43ec081333fece4f8c4733e3d 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -144,7 +144,8 @@ class ProfileImpl : public Profile, |
ProfileImpl(const FilePath& path, |
Delegate* delegate, |
- CreateMode create_mode); |
+ CreateMode create_mode, |
+ base::SequencedTaskRunner* sequenced_task_runner); |
akalin
2012/10/19 23:12:21
fwd-declare
zel
2012/10/21 20:03:19
Done.
|
// Does final initialization. Should be called after prefs were loaded. |
void DoFinalInit(bool is_new_profile); |