Remove content::StorageAreaImpl's dependency on ThreadTaskRunnerHandle |
||||
Issue descriptionLevelDBWrapper uses base::ThreadTaskRunnerHandle::Get() to start the commit timer. This adds a hard dependency on using a SingleThreadTaskRunner. In order to move dom storage's mojo execution to a sequencedtaskrunner, this should be either given a task runner or something else.
,
Feb 7 2018
Awesome! I didn't know that existed :P
,
Jan 3
,
Jan 3
,
Jan 9
|
||||
►
Sign in to add a comment |
||||
Comment 1 by mek@chromium.org
, Feb 5 2018