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

Unified Diff: content/browser/indexed_db/indexed_db_context_impl.cc

Issue 671873004: Migrates legacy packaged app data when it's upgraded to a platform app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes based on review comments Created 6 years, 1 month 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/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());

Powered by Google App Engine
This is Rietveld 408576698