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

Unified Diff: chrome/browser/chromeos/policy/device_local_account_extension_tracker.cc

Issue 2440473004: Add policy domain for signin screen apps (Closed)
Patch Set: Fix compilation Created 4 years, 2 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/policy/device_local_account_extension_tracker.cc
diff --git a/chrome/browser/chromeos/policy/device_local_account_extension_tracker.cc b/chrome/browser/chromeos/policy/device_local_account_extension_tracker.cc
index 7b4e02161db09a409751684a99e03ff0142aaf7b..268ec2e75f609fc8f30575c68a6fb8de4a6ee259 100644
--- a/chrome/browser/chromeos/policy/device_local_account_extension_tracker.cc
+++ b/chrome/browser/chromeos/policy/device_local_account_extension_tracker.cc
@@ -36,8 +36,6 @@ DeviceLocalAccountExtensionTracker::DeviceLocalAccountExtensionTracker(
} else {
NOTREACHED();
}
-
- schema_registry_->SetReady(POLICY_DOMAIN_EXTENSIONS);
emaxx 2016/10/21 03:37:53 It seems that these two lines may be actually safe
}
DeviceLocalAccountExtensionTracker::~DeviceLocalAccountExtensionTracker() {

Powered by Google App Engine
This is Rietveld 408576698