Commit 1cd7f64d authored by tnagel@chromium.org's avatar tnagel@chromium.org

Improve EnterpriseInstallAttributes::ReadCacheFile() doc.

BUG=none

Review URL: https://codereview.chromium.org/298683008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272663 0039d316-1c4b-4281-b951-d872f2087c98
parent 16620a9e
......@@ -54,9 +54,10 @@ class EnterpriseInstallAttributes {
chromeos::CryptohomeClient* cryptohome_client);
~EnterpriseInstallAttributes();
// Reads data from the cache file. The cache file is used to work around slow
// cryptohome startup, which takes a while to register its DBus interface.
// See http://crosbug.com/37367 for background on this.
// Reads data from the cache file which is created early during the boot
// process. The cache file is used to work around slow cryptohome startup,
// which takes a while to register its DBus interface. See
// http://crosbug.com/37367 for background on this.
void ReadCacheFile(const base::FilePath& cache_file);
// Makes sure the local caches for enterprise-related install attributes are
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment