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

Unified Diff: chromeos/dbus/fake_cryptohome_client.cc

Issue 1189203003: Add UMA for consistency between TPM and install attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master3
Patch Set: Fix more tests. Created 5 years, 6 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: chromeos/dbus/fake_cryptohome_client.cc
diff --git a/chromeos/dbus/fake_cryptohome_client.cc b/chromeos/dbus/fake_cryptohome_client.cc
index b678adabb01f154b526490c7ac6641b0012a2424..8b64fd9238b1cc3220047538a6653097de4d2ce3 100644
--- a/chromeos/dbus/fake_cryptohome_client.cc
+++ b/chromeos/dbus/fake_cryptohome_client.cc
@@ -262,7 +262,7 @@ bool FakeCryptohomeClient::InstallAttributesFinalize(bool* successful) {
// The cryptohome::SerializedInstallAttributes protobuf lives in
// chrome/browser/chromeos, so it can't be used directly here; use the
// low-level protobuf API instead to just write the name-value pairs.
- // The cache file is read by EnterpriseInstallAttributes::ReadCacheFile.
+ // The cache file is read by EnterpriseInstallAttributes::Init.
base::FilePath cache_path;
if (!PathService::Get(chromeos::FILE_INSTALL_ATTRIBUTES, &cache_path))
return false;
« no previous file with comments | « chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698