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

Unified Diff: content/public/test/test_browser_context.h

Issue 1362223002: Cleanup: Remove references to tests that no longer exists / are unused. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IWYU Created 5 years, 3 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
« no previous file with comments | « content/browser/service_worker/service_worker_register_job.h ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_browser_context.h
diff --git a/content/public/test/test_browser_context.h b/content/public/test/test_browser_context.h
index df5139393e3105ef09c048484e3ca5090cc6d657..62fc750b8c43f02320d4e7aa27110fc96460177c 100644
--- a/content/public/test/test_browser_context.h
+++ b/content/public/test/test_browser_context.h
@@ -8,7 +8,6 @@
#include "base/compiler_specific.h"
#include "base/files/file_path.h"
#include "base/files/scoped_temp_dir.h"
-#include "base/gtest_prod_util.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "content/public/browser/browser_context.h"
@@ -51,9 +50,6 @@ class TestBrowserContext : public BrowserContext {
PermissionManager* GetPermissionManager() override;
private:
- FRIEND_TEST_ALL_PREFIXES(DOMStorageTest, SessionOnly);
- FRIEND_TEST_ALL_PREFIXES(DOMStorageTest, SaveSessionState);
-
scoped_refptr<net::URLRequestContextGetter> request_context_;
scoped_ptr<MockResourceContext> resource_context_;
base::ScopedTempDir browser_context_dir_;
« no previous file with comments | « content/browser/service_worker/service_worker_register_job.h ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698