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

Unified Diff: chrome/browser/extensions/api/storage/sync_value_store_cache.h

Issue 2965153002: Migrate Extensions code to Task Scheduler API (Closed)
Patch Set: Self review Created 3 years, 5 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/extensions/api/storage/sync_value_store_cache.h
diff --git a/chrome/browser/extensions/api/storage/sync_value_store_cache.h b/chrome/browser/extensions/api/storage/sync_value_store_cache.h
index 6280582386573165fbd1ce260114b731ae323104..fb0543b3108bd91cb435ad3754ca703875af1251 100644
--- a/chrome/browser/extensions/api/storage/sync_value_store_cache.h
+++ b/chrome/browser/extensions/api/storage/sync_value_store_cache.h
@@ -45,9 +45,9 @@ class SyncValueStoreCache : public ValueStoreCache {
void DeleteStorageSoon(const std::string& extension_id) override;
private:
- void InitOnFileThread(const scoped_refptr<ValueStoreFactory>& factory,
- const scoped_refptr<SettingsObserverList>& observers,
- const base::FilePath& profile_path);
+ void InitOnBackend(const scoped_refptr<ValueStoreFactory>& factory,
+ const scoped_refptr<SettingsObserverList>& observers,
+ const base::FilePath& profile_path);
bool initialized_;
std::unique_ptr<SyncStorageBackend> app_backend_;

Powered by Google App Engine
This is Rietveld 408576698