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

Unified Diff: chrome/test/base/testing_profile.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
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_profile.h
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
index e9d52d1c39b2c097f3795a38f0b2c780d6bd184c..beaa592458130d4256c68d2ad8feaaea0e43d3ea 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -291,6 +291,10 @@ class TestingProfile : public Profile {
TestingPrefServiceSyncable* testing_prefs_;
private:
+ virtual void VisitDependencyManager(
+ scoped_ptr<content::BrowserContextDependencyVisitor> visitor) OVERRIDE;
+ virtual graph::DependencyManagerInstance* GetDependencyManager() OVERRIDE;
+
// Creates a temporary directory for use by this profile.
void CreateTempProfileDir();
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698