| Index: chrome/test/testing_profile.h
|
| ===================================================================
|
| --- chrome/test/testing_profile.h (revision 80243)
|
| +++ chrome/test/testing_profile.h (working copy)
|
| @@ -20,6 +20,10 @@
|
| class CookieMonster;
|
| }
|
|
|
| +namespace quota {
|
| +class SpecialStoragePolicy;
|
| +}
|
| +
|
| class AutocompleteClassifier;
|
| class BookmarkModel;
|
| class CommandLine;
|
| @@ -283,6 +287,11 @@
|
| virtual prerender::PrerenderManager* GetPrerenderManager();
|
| virtual PrefService* GetOffTheRecordPrefs();
|
|
|
| + // TODO(jam): remove me once webkit_context_unittest.cc doesn't use Profile
|
| + // and gets the quota::SpecialStoragePolicy* from whatever ends up replacing
|
| + // it in the content module.
|
| + quota::SpecialStoragePolicy* GetSpecialStoragePolicy();
|
| +
|
| protected:
|
| base::Time start_time_;
|
| scoped_ptr<PrefService> prefs_;
|
|
|