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

Unified Diff: content/browser/dom_storage/dom_storage_context_impl.h

Issue 2576243003: Add an experiment to redirect DOMStorageTaskRunner to TaskScheduler. (Closed)
Patch Set: fix compile Created 4 years 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: content/browser/dom_storage/dom_storage_context_impl.h
diff --git a/content/browser/dom_storage/dom_storage_context_impl.h b/content/browser/dom_storage/dom_storage_context_impl.h
index c8cf956796a127381355205d510964df4e7eaccc..acea443c744d92f76ddfd7fa684f56ebc431c638 100644
--- a/content/browser/dom_storage/dom_storage_context_impl.h
+++ b/content/browser/dom_storage/dom_storage_context_impl.h
@@ -112,7 +112,7 @@ class CONTENT_EXPORT DOMStorageContextImpl
DOMStorageContextImpl(const base::FilePath& localstorage_directory,
const base::FilePath& sessionstorage_directory,
storage::SpecialStoragePolicy* special_storage_policy,
- DOMStorageTaskRunner* task_runner);
+ scoped_refptr<DOMStorageTaskRunner> task_runner);
// Returns the directory path for localStorage, or an empty directory, if
// there is no backing on disk.
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | content/browser/dom_storage/dom_storage_context_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698