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

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

Issue 2276593004: Device registration using an enrollment certificate from the PCA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed constant. Created 4 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
diff --git a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
index 54ec472851886b2f3059a5e7596959f286c36b61..1f0b69402600ef2bc11e14e5e13ef9c9b501ebdc 100644
--- a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
+++ b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
@@ -20,6 +20,12 @@
class PrefRegistrySimple;
class PrefService;
+namespace chromeos {
+namespace attestation {
+class AttestationFlow;
+}
+}
+
namespace net {
class URLRequestContextGetter;
}
@@ -143,6 +149,11 @@ class BrowserPolicyConnectorChromeOS
// registration status changed from registered to unregistered.
void RestartDeviceCloudPolicyInitializer();
+ // Creates an attestation flow using our async method handler and
+ // cryptohome client.
+ std::unique_ptr<chromeos::attestation::AttestationFlow>
+ CreateAttestationFlow();
+
// Components of the device cloud policy implementation.
std::unique_ptr<ServerBackedStateKeysBroker> state_keys_broker_;
std::unique_ptr<EnterpriseInstallAttributes> install_attributes_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698