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

Unified Diff: chrome/browser/policy/profile_policy_connector_factory.cc

Issue 2714493002: Load DeviceLocalAccount policy and DeviceSettings immediately on restore after Chrome crash. (Closed)
Patch Set: wrap Validator in unique_ptr Created 3 years, 10 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/policy/profile_policy_connector_factory.cc
diff --git a/chrome/browser/policy/profile_policy_connector_factory.cc b/chrome/browser/policy/profile_policy_connector_factory.cc
index 87e4631c1d983c226a2c7c8e3c907bc5768ddd67..149c79abb9f422eed61afc62f472c1d789d319f2 100644
--- a/chrome/browser/policy/profile_policy_connector_factory.cc
+++ b/chrome/browser/policy/profile_policy_connector_factory.cc
@@ -151,7 +151,8 @@ ProfilePolicyConnectorFactory::CreateForBrowserContextInternal(
new ProfilePolicyConnector());
if (test_providers_.empty()) {
- connector->Init(user, schema_registry, policy_provider, policy_store);
+ connector->Init(user, schema_registry, policy_provider, policy_store,
+ force_immediate_load);
} else {
PolicyServiceImpl::Providers providers;
providers.push_back(test_providers_.front());
« no previous file with comments | « chrome/browser/policy/profile_policy_connector.cc ('k') | chrome/browser/policy/profile_policy_connector_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698