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

Unified Diff: ios/chrome/browser/application_context_impl.cc

Issue 1467143002: [iOS] Remove support for asynchronous pref creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo Created 5 years, 1 month 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
« no previous file with comments | « no previous file | ios/chrome/browser/prefs/ios_chrome_pref_service_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/application_context_impl.cc
diff --git a/ios/chrome/browser/application_context_impl.cc b/ios/chrome/browser/application_context_impl.cc
index 3d42d10d057abbd0fe55d0c1a6fe61ef1d439d92..df2837bb854e0faab1590dcd1e125eced74cfa38 100644
--- a/ios/chrome/browser/application_context_impl.cc
+++ b/ios/chrome/browser/application_context_impl.cc
@@ -198,7 +198,7 @@ void ApplicationContextImpl::CreateLocalState() {
RegisterLocalStatePrefs(pref_registry.get());
local_state_ = ::CreateLocalState(
- local_state_path, local_state_task_runner_.get(), pref_registry, false);
+ local_state_path, local_state_task_runner_.get(), pref_registry);
const int max_per_proxy =
local_state_->GetInteger(ios::prefs::kMaxConnectionsPerProxy);
« no previous file with comments | « no previous file | ios/chrome/browser/prefs/ios_chrome_pref_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698