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

Unified Diff: chrome/browser/chromeos/settings/system_settings_provider.h

Issue 2849823003: ChromeOS: implement per-user time zone preferences. (Closed)
Patch Set: Rebased. Created 3 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/browser/chromeos/settings/system_settings_provider.h
diff --git a/chrome/browser/chromeos/settings/system_settings_provider.h b/chrome/browser/chromeos/settings/system_settings_provider.h
index e61761f4c9ff12b67d395ae3bd5d872c12b71e65..c72b60f36ceaa0e85215f621502f55dd66e80f48 100644
--- a/chrome/browser/chromeos/settings/system_settings_provider.h
+++ b/chrome/browser/chromeos/settings/system_settings_provider.h
@@ -39,6 +39,7 @@ class SystemSettingsProvider : public CrosSettingsProvider,
void DoSet(const std::string& path, const base::Value& in_value) override;
std::unique_ptr<base::Value> timezone_value_;
+ std::unique_ptr<base::Value> per_user_timezone_enabled_value_;
DISALLOW_COPY_AND_ASSIGN(SystemSettingsProvider);
};
« no previous file with comments | « chrome/browser/chromeos/preferences.cc ('k') | chrome/browser/chromeos/settings/system_settings_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698