diff options
author | dilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-13 14:02:56 +0000 |
---|---|---|
committer | dilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-13 14:02:56 +0000 |
commit | 61d68ef1198bf59e4e317f3f61e780564f99be3e (patch) | |
tree | 97754dd71f7b9acc12118951f8f29e5ee38a231f /chrome/test/testing_profile.h | |
parent | 824fee159375f3118333f0a3f21ed9e84a11a423 (diff) | |
download | chromium_src-61d68ef1198bf59e4e317f3f61e780564f99be3e.zip chromium_src-61d68ef1198bf59e4e317f3f61e780564f99be3e.tar.gz chromium_src-61d68ef1198bf59e4e317f3f61e780564f99be3e.tar.bz2 |
For ChromeOS: when starting session:
if locale was changed (as a result of sync or because user preference differs from login locale): show notification.
BUG=chromium-os:9164
TEST=Manual
Review URL: http://codereview.chromium.org/5976005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71320 0039d316-1c4b-4281-b951-d872f2087c98
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 847093e..181e375 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -298,6 +298,8 @@ class TestingProfile : public Profile { } virtual void SetupChromeOSEnterpriseExtensionObserver() { } + virtual void ChangeApplicationLocale(const std::string&, bool) { + } #endif // defined(OS_CHROMEOS) virtual PrefProxyConfigTracker* GetProxyConfigTracker(); |