| Index: chrome/browser/chromeos/arc/settings_bridge.h
|
| diff --git a/chrome/browser/chromeos/arc/settings_bridge.h b/chrome/browser/chromeos/arc/settings_bridge.h
|
| index 0cbac7ee4a27212e67b7efad443cf7292ffc1f8a..78501ec58ce111ca0ba8156c88ae58e88db8ed15 100644
|
| --- a/chrome/browser/chromeos/arc/settings_bridge.h
|
| +++ b/chrome/browser/chromeos/arc/settings_bridge.h
|
| @@ -70,6 +70,7 @@ class SettingsBridge : public chromeos::system::TimezoneSettings::Observer {
|
| void SyncLocale() const;
|
| void SyncSpokenFeedbackEnabled() const;
|
| void SyncTimeZone() const;
|
| + void SyncUse24HourClock() const;
|
|
|
| // Registers to listen to a particular perf.
|
| void AddPrefToObserve(const std::string& pref_name);
|
|
|