Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index 6f4f415ab1934fa1860dfb6a59e9a182acd649c6..d7a9f983e5792b14f4ca641d76c61396232b75a6 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -189,6 +189,11 @@ class ProfileImpl : public Profile { |
base::FilePath* cache_path, |
int* max_size); |
+ virtual void VisitDependencyManager( |
+ scoped_ptr<content::BrowserContextDependencyVisitor> visitor) OVERRIDE; |
+ |
+ virtual graph::DependencyManagerInstance* GetDependencyManager() OVERRIDE; |
+ |
content::HostZoomMap::ZoomLevelChangedCallback zoom_callback_; |
PrefChangeRegistrar pref_change_registrar_; |