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

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

Issue 18796007: Content API changes to integrate base/graph. (Closed) Base URL: marinoni.mon:/usr/local/google/src/chromium/src@base_graph_review
Patch Set: Created 7 years, 5 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/test/test_browser_context.h
diff --git a/content/public/test/test_browser_context.h b/content/public/test/test_browser_context.h
index fbf4275991bf3769cdce37a3987e3ee2bd9d2c21..2ad88ff11b834d3f571c349c95fbf9f9ecff6f10 100644
--- a/content/public/test/test_browser_context.h
+++ b/content/public/test/test_browser_context.h
@@ -51,6 +51,10 @@ class TestBrowserContext : public BrowserContext {
FRIEND_TEST_ALL_PREFIXES(DOMStorageTest, SessionOnly);
FRIEND_TEST_ALL_PREFIXES(DOMStorageTest, SaveSessionState);
+ virtual void VisitDependencyManager(
+ scoped_ptr<content::BrowserContextDependencyVisitor> visitor) OVERRIDE;
+ virtual graph::DependencyManagerInstance* GetDependencyManager() OVERRIDE;
+
scoped_refptr<net::URLRequestContextGetter> request_context_;
scoped_ptr<MockResourceContext> resource_context_;
base::ScopedTempDir browser_context_dir_;
« no previous file with comments | « content/public/browser/graph/browser_context_dependency_visitor_impl.h ('k') | content/public/test/test_browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698