diff options
Diffstat (limited to 'content/test')
-rw-r--r-- | content/test/test_browser_context.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/test/test_browser_context.h b/content/test/test_browser_context.h index b35a678..71c4114 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_; |