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

Unified Diff: chrome/browser/profiles/off_the_record_profile_impl.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 | « no previous file | chrome/browser/profiles/off_the_record_profile_impl.cc » ('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.h
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h
index f6053e1cb10bb55555bab0e5d09512625314c492..5d5152d999dc1d30641de2e53eeccddb509df96e 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl.h
+++ b/chrome/browser/profiles/off_the_record_profile_impl.h
@@ -115,6 +115,12 @@ class OffTheRecordProfileImpl : public Profile {
void OnZoomLevelChanged(const content::HostZoomMap::ZoomLevelChange& change);
+ // content::BrowserContext implementation:
+ virtual void VisitDependencyManager(
+ scoped_ptr<content::BrowserContextDependencyVisitor> visitor) OVERRIDE;
+
+ virtual graph::DependencyManagerInstance* GetDependencyManager() OVERRIDE;
+
// The real underlying profile.
Profile* profile_;
« no previous file with comments | « no previous file | chrome/browser/profiles/off_the_record_profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698