diff options
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index ee16eb6..c32b44e 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -273,6 +273,7 @@ class TestingProfile : public Profile { virtual ExtensionInfoMap* GetExtensionInfoMap(); virtual PromoCounter* GetInstantPromoCounter(); virtual policy::ProfilePolicyContext* GetPolicyContext(); + virtual ChromeURLDataManager* GetChromeURLDataManager(); virtual PrerenderManager* GetPrerenderManager(); virtual PrefService* GetOffTheRecordPrefs(); @@ -381,6 +382,8 @@ class TestingProfile : public Profile { // 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 |