diff options
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index 572c96d..ec2f82a 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -252,6 +252,8 @@ class TestingProfile : public Profile { } virtual void SetupChromeOSEnterpriseExtensionObserver() { } + virtual void InitChromeOSPreferences() { + } virtual void ChangeAppLocale(const std::string&, AppLocaleChangedVia) { } #endif // defined(OS_CHROMEOS) |