| Index: chrome/browser/ui/app_list/test/fake_profile.h
|
| diff --git a/chrome/browser/ui/app_list/test/fake_profile.h b/chrome/browser/ui/app_list/test/fake_profile.h
|
| index 5053451683fa1b1ee4c7560e524c58dc0b0383bf..083cf6e87cab953f3adce535a01a98837ab51584 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.h
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.h
|
| @@ -22,6 +22,7 @@ namespace content {
|
| class DownloadManagerDelegate;
|
| class ResourceContext;
|
| class SSLHostStateDelegate;
|
| +class ZoomLevelDelegate;
|
| }
|
|
|
| class FakeProfile : public Profile {
|
| @@ -33,6 +34,8 @@ class FakeProfile : public Profile {
|
| std::string GetProfileName() override;
|
| ProfileType GetProfileType() const override;
|
| base::FilePath GetPath() const override;
|
| + scoped_ptr<content::ZoomLevelDelegate> CreateZoomLevelDelegate(
|
| + const base::FilePath& partition_path) override;
|
| bool IsOffTheRecord() const override;
|
| content::DownloadManagerDelegate* GetDownloadManagerDelegate() override;
|
| net::URLRequestContextGetter* GetRequestContextForRenderProcess(
|
|
|