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

Unified Diff: chrome/browser/profiles/profile_impl.h

Issue 11027070: Moved JsonPrefStore to use SequencedWorkerPool (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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: chrome/browser/profiles/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index 39b5a4183a20589e8f206e294aa1bacdc58721fa..c7d3c49d64415294b516138da6116cd7b875e9f9 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,
+ scoped_refptr<base::SequencedTaskRunner> sequenced_task_runner);
akalin 2012/10/19 02:00:51 use a raw pointer here to be consistent with the o
zel 2012/10/19 18:45:07 Done.
// Does final initialization. Should be called after prefs were loaded.
void DoFinalInit(bool is_new_profile);

Powered by Google App Engine
This is Rietveld 408576698