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

Unified Diff: content/test/test_browser_context.h

Issue 8820009: Appcache, local storage, indexed db, databases: skip exit-time deletion when restarting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review. Created 9 years 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
« no previous file with comments | « content/browser/in_process_webkit/webkit_context.cc ('k') | webkit/appcache/appcache_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_browser_context.h
diff --git a/content/test/test_browser_context.h b/content/test/test_browser_context.h
index b35a6780f28c50b560b5920d64fbbd13a15a5ce0..71c41149f73ccf75e53f4ced2b012739e7f447f6 100644
--- a/content/test/test_browser_context.h
+++ b/content/test/test_browser_context.h
@@ -8,6 +8,7 @@
#include "base/compiler_specific.h"
#include "base/file_path.h"
+#include "base/gtest_prod_util.h"
#include "base/memory/ref_counted.h"
#include "base/scoped_temp_dir.h"
#include "content/browser/browser_context.h"
@@ -41,6 +42,9 @@ class TestBrowserContext : public content::BrowserContext {
virtual fileapi::FileSystemContext* GetFileSystemContext() OVERRIDE;
private:
+ FRIEND_TEST_ALL_PREFIXES(DOMStorageTest, SessionOnly);
+ FRIEND_TEST_ALL_PREFIXES(DOMStorageTest, SaveSessionState);
+
// WebKitContext, lazily initialized by GetWebKitContext().
scoped_refptr<WebKitContext> webkit_context_;
« no previous file with comments | « content/browser/in_process_webkit/webkit_context.cc ('k') | webkit/appcache/appcache_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698