| 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>();
|
| +}
|
| +
|
| scoped_refptr<base::SequencedTaskRunner> TestingProfile::GetIOTaskRunner() {
|
| return base::MessageLoop::current()->message_loop_proxy();
|
| }
|
|
|