Chromium Code Reviews| 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_; |