Index: chrome/browser/chromeos/policy/enterprise_install_attributes.h |
diff --git a/chrome/browser/chromeos/policy/enterprise_install_attributes.h b/chrome/browser/chromeos/policy/enterprise_install_attributes.h |
index 3fb7b903a10779944002b27aab51504629e78e47..21eb045e860d41aaab70e9a327a274b63b93ce69 100644 |
--- a/chrome/browser/chromeos/policy/enterprise_install_attributes.h |
+++ b/chrome/browser/chromeos/policy/enterprise_install_attributes.h |
@@ -140,6 +140,10 @@ class EnterpriseInstallAttributes { |
static const char kAttrEnterpriseUser[]; |
static const char kAttrConsumerKioskEnabled[]; |
+ // Called by |cryptohome_client_| when the cryptohome service becomes |
+ // initially available over D-Bus. |
+ void OnCryptohomeServiceInitiallyAvailable(bool service_is_ready); |
+ |
// Translates DeviceMode constants to strings used in the lockbox. |
std::string GetDeviceModeString(DeviceMode mode); |