| Index: content/public/browser/indexed_db_context.h
|
| diff --git a/content/public/browser/indexed_db_context.h b/content/public/browser/indexed_db_context.h
|
| index ef9d61f441b0621320594688cbf3d133921bbb15..61a9146160a8d2f43aa6f352707ce9efad4ab412 100644
|
| --- a/content/public/browser/indexed_db_context.h
|
| +++ b/content/public/browser/indexed_db_context.h
|
| @@ -44,9 +44,8 @@ class IndexedDBContext : public base::RefCountedThreadSafe<IndexedDBContext> {
|
| virtual base::FilePath GetFilePathForTesting(
|
| const GURL& origin_url) const = 0;
|
|
|
| - // Set the task runner for tests if browser main loop is not initialized.
|
| - virtual void SetTaskRunnerForTesting(
|
| - base::SequencedTaskRunner* task_runner) = 0;
|
| + // Forget the origins/sizes read from disk.
|
| + virtual void ResetCachesForTesting() = 0;
|
|
|
| protected:
|
| friend class base::RefCountedThreadSafe<IndexedDBContext>;
|
|
|