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

Unified Diff: webkit/fileapi/file_system_test_helper.cc

Issue 7619010: Session-only local storage cleared on exit. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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: webkit/fileapi/file_system_test_helper.cc
diff --git a/webkit/fileapi/file_system_test_helper.cc b/webkit/fileapi/file_system_test_helper.cc
index dd5bfa45abfad4bda6cad02eb31ab967931362e6..c7150cb4f17c07d362ea6268ee3dd44e85ece80a 100644
--- a/webkit/fileapi/file_system_test_helper.cc
+++ b/webkit/fileapi/file_system_test_helper.cc
@@ -32,6 +32,10 @@ class TestSpecialStoragePolicy : public quota::SpecialStoragePolicy {
return unlimited_quota_;
}
+ virtual bool IsStorageSessionOnly(const GURL& origin) {
+ return false;
+ }
+
virtual bool IsFileHandler(const std::string& extension_id) {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698