Chromium Code Reviews| Index: chrome/browser/ui/app_list/test/fake_profile.cc |
| diff --git a/chrome/browser/ui/app_list/test/fake_profile.cc b/chrome/browser/ui/app_list/test/fake_profile.cc |
| index 91f9e3eede9f257365cfaf4d1bfad5456d6d8de1..2b03d9ae1b83c6d271d00db8f3640bf6e9090b43 100644 |
| --- a/chrome/browser/ui/app_list/test/fake_profile.cc |
| +++ b/chrome/browser/ui/app_list/test/fake_profile.cc |
| @@ -25,6 +25,11 @@ base::FilePath FakeProfile::GetPath() const { |
| return path_; |
| } |
| +scoped_ptr<content::ZoomLevelDelegate> FakeProfile::CreateZoomLevelDelegate( |
| + const base::FilePath& partition_path) { |
| + return scoped_ptr<content::ZoomLevelDelegate>(); |
|
sky
2014/11/11 20:21:56
return nullptr (see https://groups.google.com/a/ch
wjmaclean
2014/11/11 20:59:08
Done. (thanks for the link to the discussion, much
|
| +} |
| + |
| bool FakeProfile::IsOffTheRecord() const { |
| return false; |
| } |