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

Unified Diff: chrome/browser/profiles/off_the_record_profile_impl.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/browser/profiles/off_the_record_profile_impl.h ('k') | chrome/browser/profiles/profile_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/off_the_record_profile_impl.cc
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
index 842a30d82fc9b8735d0b323d3056209469d1ad79..529ae904de53edbccb671d23731ef2b53b62b448 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
@@ -93,6 +93,18 @@ OffTheRecordProfileImpl::OffTheRecordProfileImpl(Profile* real_profile)
components::UserPrefs::Set(this, prefs_);
}
+void OffTheRecordProfileImpl::VisitDependencyManager(
+ scoped_ptr<content::BrowserContextDependencyVisitor> visitor) {
+ // TODO(erikwright): Implement.
+ visitor->Visit(NULL);
+}
+
+graph::DependencyManagerInstance*
+OffTheRecordProfileImpl::GetDependencyManager() {
+ // TODO(caitkp): Implement.
+ return NULL;
+}
+
void OffTheRecordProfileImpl::Init() {
BrowserContextDependencyManager::GetInstance()->CreateBrowserContextServices(
this, false);
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_impl.h ('k') | chrome/browser/profiles/profile_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698