Chromium Code Reviews| Index: chrome/test/base/testing_profile.cc |
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
| index 5588f6566f131a414f33ce86d291a84ac5c6ea2d..ee1ecb5f360f4a344d1a96baea6656e4cac26c6a 100644 |
| --- a/chrome/test/base/testing_profile.cc |
| +++ b/chrome/test/base/testing_profile.cc |
| @@ -634,6 +634,11 @@ base::FilePath TestingProfile::GetPath() const { |
| return profile_path_; |
| } |
| +scoped_ptr<content::ZoomLevelDelegate> TestingProfile::CreateZoomLevelDelegate( |
| + const base::FilePath& partition_path) { |
| + return scoped_ptr<content::ZoomLevelDelegate>(); |
|
sky
2014/11/11 20:21:56
nullptr
wjmaclean
2014/11/11 20:59:09
Done.
|
| +} |
| + |
| scoped_refptr<base::SequencedTaskRunner> TestingProfile::GetIOTaskRunner() { |
| return base::MessageLoop::current()->message_loop_proxy(); |
| } |