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

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: add trailing period Created 4 years, 3 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/enterprise_install_attributes.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8863a372ca5e656296efd6b56a0d4673826c4699..bd411faeacca035fffc4cae76a497150a8d6c394 100644
--- a/chrome/browser/chromeos/policy/enterprise_install_attributes.h
+++ b/chrome/browser/chromeos/policy/enterprise_install_attributes.h
@@ -139,6 +139,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);
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/enterprise_install_attributes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698