| Index: chrome/test/testing_profile.h
|
| ===================================================================
|
| --- chrome/test/testing_profile.h (revision 73990)
|
| +++ chrome/test/testing_profile.h (working copy)
|
| @@ -320,6 +320,7 @@
|
| virtual ExtensionInfoMap* GetExtensionInfoMap() { return NULL; }
|
| virtual PromoCounter* GetInstantPromoCounter() { return NULL; }
|
| virtual policy::ProfilePolicyContext* GetPolicyContext() { return NULL; }
|
| + virtual ChromeURLDataManager* GetChromeURLDataManager();
|
| virtual PrerenderManager* GetPrerenderManager() { return NULL; }
|
| virtual PrefService* GetOffTheRecordPrefs() { return NULL; }
|
|
|
| @@ -428,6 +429,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
|
|
|