Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Unified Diff: chrome/test/base/testing_profile.h

Issue 23095006: If user profile doesn't contain language setting, default to his Google account settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix shared build. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/base/testing_profile.h
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
index 8e63e5a71b59aeb7cf6ee6d6ba8e24ca5b488e6a..7b708c24a69eaa2d6918eb1c28a730bc700cf018 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -257,8 +257,14 @@ class TestingProfile : public Profile {
virtual void ChangeAppLocale(const std::string&,
AppLocaleChangedVia) OVERRIDE {
}
+ virtual void MarkCreated() OVERRIDE {
+ }
virtual void OnLogin() OVERRIDE {
}
+ virtual void RespectLocalePreference() OVERRIDE {
+ }
+ virtual void SetGPlusProfileLocale(const std::string&) OVERRIDE {
sky 2013/08/23 16:02:56 nit: style guide says always name parameters (257/
Alexander Alekseev 2013/09/06 19:52:08 Done.
+ }
#endif // defined(OS_CHROMEOS)
virtual PrefProxyConfigTracker* GetProxyConfigTracker() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698