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

Unified Diff: content/public/browser/indexed_db_context.h

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: Empty patch trying to unwedge try server Created 6 years, 2 months 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/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 af469e33027e45c9bb1e113b0f1870352bb7beeb..1eed5f59ea312993acdd55c100a5c63367a49fd2 100644
--- a/content/public/browser/indexed_db_context.h
+++ b/content/public/browser/indexed_db_context.h
@@ -35,8 +35,7 @@ class IndexedDBContext : public base::RefCountedThreadSafe<IndexedDBContext> {
virtual void DeleteForOrigin(const GURL& origin_url) = 0;
// Get the file name of the local storage file for the given origin.
- virtual base::FilePath GetFilePathForTesting(
- const std::string& origin_id) const = 0;
+ virtual base::FilePath GetFilePath(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;

Powered by Google App Engine
This is Rietveld 408576698