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

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: Merge branch 'master' into register-with-certificate 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
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..e881329b2f91760a545bdce83239198c22d2cbc6 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;
}
@@ -142,6 +148,8 @@ class BrowserPolicyConnectorChromeOS
// Restarts the device cloud policy initializer, because the device's
// registration status changed from registered to unregistered.
void RestartDeviceCloudPolicyInitializer();
+ std::unique_ptr<chromeos::attestation::AttestationFlow>
pastarmovj 2016/08/29 11:51:35 Please add a new line and document this function.
The one and only Dr. Crash 2016/08/29 19:55:32 Done, except for the second line because 'git cl f
pastarmovj 2016/08/29 22:08:51 Sure whatever the formatter says. Who are we to ar
+ CreateAttestationFlow();
// Components of the device cloud policy implementation.
std::unique_ptr<ServerBackedStateKeysBroker> state_keys_broker_;

Powered by Google App Engine
This is Rietveld 408576698