| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index edb28debda7535d960bc880f40a6c27af1c53f8b..fc95195345f24edeb96e5134b5d4879a5dc14e6b 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -310,13 +310,9 @@ class TestingProfile : public Profile {
|
| void SetExitType(ExitType exit_type) override {}
|
| ExitType GetLastSessionExitType() override;
|
| #if defined(OS_CHROMEOS)
|
| - virtual void ChangeAppLocale(const std::string&,
|
| - AppLocaleChangedVia) override {
|
| - }
|
| - virtual void OnLogin() override {
|
| - }
|
| - virtual void InitChromeOSPreferences() override {
|
| - }
|
| + void ChangeAppLocale(const std::string&, AppLocaleChangedVia) override {}
|
| + void OnLogin() override {}
|
| + void InitChromeOSPreferences() override {}
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| PrefProxyConfigTracker* GetProxyConfigTracker() override;
|
|
|