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

Unified Diff: chrome/browser/dom_ui/core_options_handler.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/dom_ui/core_options_handler.cc
===================================================================
--- chrome/browser/dom_ui/core_options_handler.cc (revision 56142)
+++ chrome/browser/dom_ui/core_options_handler.cc (working copy)
@@ -126,7 +126,6 @@
void CoreOptionsHandler::ObservePref(const std::string& pref_name) {
DCHECK(dom_ui_);
PrefService* pref_service = dom_ui_->GetProfile()->GetPrefs();
-
pref_service->AddPrefObserver(pref_name.c_str(), this);
}
@@ -285,3 +284,4 @@
}
}
}
+

Powered by Google App Engine
This is Rietveld 408576698