| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 79a2e3b3d43b1e7e527b0aa5bd47026b22770745..8db54eea1cb6ddf1d9fd6b1ddd14430a5ceee98e 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -276,6 +276,7 @@ class TestingProfile : public Profile {
|
|
|
| PrefService* GetPrefs() override;
|
| const PrefService* GetPrefs() const override;
|
| + chrome::ChromeZoomLevelPrefs* GetZoomLevelPrefs() override;
|
|
|
| net::URLRequestContextGetter* GetMediaRequestContext() override;
|
| net::URLRequestContextGetter* GetMediaRequestContextForRenderProcess(
|
|
|