Index: chrome/test/testing_profile.h |
=================================================================== |
--- chrome/test/testing_profile.h (revision 74394) |
+++ chrome/test/testing_profile.h (working copy) |
@@ -273,6 +273,7 @@ |
virtual ExtensionInfoMap* GetExtensionInfoMap(); |
virtual PromoCounter* GetInstantPromoCounter(); |
virtual policy::ProfilePolicyContext* GetPolicyContext(); |
+ virtual ChromeURLDataManager* GetChromeURLDataManager(); |
virtual PrerenderManager* GetPrerenderManager(); |
virtual PrefService* GetOffTheRecordPrefs(); |
@@ -381,6 +382,8 @@ |
// We use a temporary directory to store testing profile data. |
ScopedTempDir temp_dir_; |
+ |
+ scoped_ptr<ChromeURLDataManager> chrome_url_data_manager_; |
}; |
// A profile that derives from another profile. This does not actually |