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

Unified Diff: chrome/browser/chromeos/settings/device_settings_test_helper.cc

Issue 419013003: Replace c/b/nss_context by a KeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added Linux implementation. Created 6 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
Index: chrome/browser/chromeos/settings/device_settings_test_helper.cc
diff --git a/chrome/browser/chromeos/settings/device_settings_test_helper.cc b/chrome/browser/chromeos/settings/device_settings_test_helper.cc
index 19c82c3a56c872e07d85ffe919d5e4deef56c519..10f51419cd9bf981f3bcd23d997518de308c0c8e 100644
--- a/chrome/browser/chromeos/settings/device_settings_test_helper.cc
+++ b/chrome/browser/chromeos/settings/device_settings_test_helper.cc
@@ -263,7 +263,7 @@ void DeviceSettingsTestBase::InitOwner(const std::string& user_id,
OwnerSettingsServiceFactory::GetForProfile(profile_.get());
CHECK(service);
if (tpm_is_ready)
- service->OnTPMTokenReady();
+ service->OnTPMTokenReady(true /* token is enabled */);
}
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698