| Index: content/browser/indexed_db/indexed_db_context_impl.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_context_impl.cc b/content/browser/indexed_db/indexed_db_context_impl.cc
|
| index b54d59a46ffbdd6ca3434e954bc327f6ea84be1b..e41a4ec25e4a89eca0a9b53402d0b9784a120030 100644
|
| --- a/content/browser/indexed_db/indexed_db_context_impl.cc
|
| +++ b/content/browser/indexed_db/indexed_db_context_impl.cc
|
| @@ -346,11 +346,6 @@ base::FilePath IndexedDBContextImpl::GetFilePath(const GURL& origin_url) const {
|
| return GetIndexedDBFilePath(origin_id);
|
| }
|
|
|
| -base::FilePath IndexedDBContextImpl::GetFilePathForTesting(
|
| - const std::string& origin_id) const {
|
| - return GetIndexedDBFilePath(origin_id);
|
| -}
|
| -
|
| void IndexedDBContextImpl::SetTaskRunnerForTesting(
|
| base::SequencedTaskRunner* task_runner) {
|
| DCHECK(!task_runner_.get());
|
|
|