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

Unified Diff: chrome/browser/chromeos/cros_settings_provider_user.cc

Issue 3143009: Reenabled ChromeOS system setting for timezone selection.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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/cros_settings_provider_user.cc
===================================================================
--- chrome/browser/chromeos/cros_settings_provider_user.cc (revision 56142)
+++ chrome/browser/chromeos/cros_settings_provider_user.cc (working copy)
@@ -43,7 +43,7 @@
}
bool UserCrosSettingsProvider::HandlesSetting(const std::string& path) {
- return ::StartsWithASCII(path, "cros.accounts", true);
+ return ::StartsWithASCII(path, "cros.accounts.", true);
}
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698