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

Unified Diff: chrome/browser/chromeos/policy/device_local_account_policy_store.h

Issue 23532034: Postpone loading about:flags ui until the certificates have been loaded (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 3 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_policy_store.h
diff --git a/chrome/browser/chromeos/policy/device_local_account_policy_store.h b/chrome/browser/chromeos/policy/device_local_account_policy_store.h
index 14f36cbc454b331ae4eefb2d43f95698cb087cb9..9036bb6de7ee153fc57e1ca9afd1c1c86ee4dd90 100644
--- a/chrome/browser/chromeos/policy/device_local_account_policy_store.h
+++ b/chrome/browser/chromeos/policy/device_local_account_policy_store.h
@@ -70,8 +70,7 @@ class DeviceLocalAccountPolicyStore
void Validate(
scoped_ptr<enterprise_management::PolicyFetchResponse> policy,
const UserCloudPolicyValidator::CompletionCallback& callback,
- chromeos::DeviceSettingsService::OwnershipStatus ownership_status,
- bool is_owner);
+ chromeos::DeviceSettingsService::OwnershipStatus ownership_status);
const std::string account_id_;
chromeos::SessionManagerClient* session_manager_client_;

Powered by Google App Engine
This is Rietveld 408576698