Chromium Code Reviews| 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 2bd01120e944b21ff601db8c3232f77ca7dc6ffd..ef9d61f441b0621320594688cbf3d133921bbb15 100644 |
| --- a/content/public/browser/indexed_db_context.h |
| +++ b/content/public/browser/indexed_db_context.h |
| @@ -42,7 +42,8 @@ class IndexedDBContext : public base::RefCountedThreadSafe<IndexedDBContext> { |
| // Get the file name of the local storage file for the given origin. |
| virtual base::FilePath GetFilePathForTesting( |
| - const std::string& origin_id) const = 0; |
| + const GURL& origin_url) const = 0; |
|
jochen (gone - plz use gerrit)
2016/03/10 15:46:51
should this be Origin?
jsbell
2016/03/10 17:27:55
In general, yes we should switch all of these uses
|
| + |
| // Set the task runner for tests if browser main loop is not initialized. |
| virtual void SetTaskRunnerForTesting( |
| base::SequencedTaskRunner* task_runner) = 0; |