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

Unified Diff: chrome/browser/chromeos/settings/device_settings_service.h

Issue 135193007: Use user specific NSSDatabase in CertLoader. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 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_service.h
diff --git a/chrome/browser/chromeos/settings/device_settings_service.h b/chrome/browser/chromeos/settings/device_settings_service.h
index b70a7537454dabe82b9b08837e348cf582923a98..051d831907c04d4a0988caeff2e8c4c66d16fbae 100644
--- a/chrome/browser/chromeos/settings/device_settings_service.h
+++ b/chrome/browser/chromeos/settings/device_settings_service.h
@@ -197,9 +197,7 @@ class DeviceSettingsService : public SessionManagerClient::Observer,
virtual void PropertyChangeComplete(bool success) OVERRIDE;
// TPMTokenLoader::Observer:
- virtual void OnTPMTokenReady(const std::string& tpm_user_pin,
- const std::string& tpm_token_name,
- int tpm_token_slot_id) OVERRIDE;
+ virtual void OnTPMTokenReady() OVERRIDE;
private:
// Enqueues a new operation. Takes ownership of |operation| and starts it

Powered by Google App Engine
This is Rietveld 408576698