Index: chrome/test/testing_profile.h |
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h |
index 89b67cee19ad1a3f3b6ad4040a2ed68598945743..5809495a49a5dc433b4c23d4b9840e4d908df7e8 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) |