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

Unified Diff: chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.h

Issue 729803002: Easy Sign-in: Use TPM RSA key to sign nonce in sign-in protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years 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/login/easy_unlock/easy_unlock_key_manager.h
diff --git a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.h b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.h
index 309ec6f05d8b1f0646f4c268b72da3eefe7701f1..ebe9c3fba162fcdf9bef9551b82d9a5406b3e478 100644
--- a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.h
+++ b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.h
@@ -82,6 +82,10 @@ class EasyUnlockKeyManager {
static std::string GetKeyLabel(size_t key_index);
private:
+ void RefreshKeysWithTpmKeyPresent(const UserContext& user_context,
+ base::ListValue* remote_devices,
+ const RefreshKeysCallback& callback);
+
// Returns true if there are pending operations.
bool HasPendingOperations() const;

Powered by Google App Engine
This is Rietveld 408576698