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

Unified Diff: chrome/test/base/testing_profile.cc

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
« no previous file with comments | « chrome/test/base/testing_profile.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_profile.cc
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
index f2dac8b0773988cc1f01eb52f94c565a4dfe1707..70797266fc0c7ff3b051e3aab3dcc8a21d405ecd 100644
--- a/chrome/test/base/testing_profile.cc
+++ b/chrome/test/base/testing_profile.cc
@@ -780,6 +780,15 @@ Profile::ExitType TestingProfile::GetLastSessionExitType() {
return last_session_exited_cleanly_ ? EXIT_NORMAL : EXIT_CRASHED;
}
+void TestingProfile::VisitDependencyManager(
+ scoped_ptr<content::BrowserContextDependencyVisitor> visitor) {
+ visitor->Visit(NULL);
+}
+
+graph::DependencyManagerInstance* TestingProfile::GetDependencyManager() {
+ return NULL;
+}
+
TestingProfile::Builder::Builder()
: build_called_(false),
delegate_(NULL) {
« no previous file with comments | « chrome/test/base/testing_profile.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698