| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 272841ccf95af74634c464ee910acfcfb90b7a5e..4edcd98d349644105e60d5069b479ae18bce219c 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -226,6 +226,7 @@ class TestingProfile : public Profile {
|
| virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
|
| virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
|
| virtual content::SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
|
| + virtual double GetDefaultZoomLevel() const OVERRIDE;
|
|
|
| virtual TestingProfile* AsTestingProfile() OVERRIDE;
|
|
|
|
|