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) { |