Chromium Code Reviews| Index: chrome/test/testing_profile.cc |
| =================================================================== |
| --- chrome/test/testing_profile.cc (revision 80243) |
| +++ chrome/test/testing_profile.cc (working copy) |
| @@ -796,6 +796,10 @@ |
| return NULL; |
| } |
| +quota::SpecialStoragePolicy* TestingProfile::GetSpecialStoragePolicy() { |
| + return GetExtensionSpecialStoragePolicy(); |
| +} |
| + |
| void TestingProfile::DestroyWebDataService() { |
| if (!web_data_service_.get()) |
| return; |