| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index df2c1353adc183e54e451dc4b530687c3b5bc5e1..274f6c42093ddf2b0a4d88c69f773ecaea0cf8f7 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -17,6 +17,7 @@
|
| namespace content {
|
| class MockResourceContext;
|
| class SSLHostStateDelegate;
|
| +class ZoomLevelDelegate;
|
| }
|
|
|
| namespace history {
|
| @@ -221,6 +222,8 @@ class TestingProfile : public Profile {
|
|
|
| // content::BrowserContext
|
| base::FilePath GetPath() const override;
|
| + scoped_ptr<content::ZoomLevelDelegate> CreateZoomLevelDelegate(
|
| + const base::FilePath& partition_path) override;
|
| scoped_refptr<base::SequencedTaskRunner> GetIOTaskRunner() override;
|
| bool IsOffTheRecord() const override;
|
| content::DownloadManagerDelegate* GetDownloadManagerDelegate() override;
|
|
|