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

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

Issue 2244443002: chromeos: Avoid cryptohome D-Bus log spam at boot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/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);

Powered by Google App Engine
This is Rietveld 408576698