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

Unified Diff: chrome/browser/chromeos/cros/login_library.h

Issue 6538098: [Chrome OS] Owner keys are generated outside Chrome now; handle appropriately (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/login_library.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros/login_library.h
diff --git a/chrome/browser/chromeos/cros/login_library.h b/chrome/browser/chromeos/cros/login_library.h
index 9cb687c1303edbe5c7046451bec8e4386d659746..d3ee379051ad604e3b900b73c82f413bf071779e 100644
--- a/chrome/browser/chromeos/cros/login_library.h
+++ b/chrome/browser/chromeos/cros/login_library.h
@@ -40,14 +40,6 @@ class LoginLibrary {
std::string* OUT_value,
std::vector<uint8>* OUT_signature) = 0;
- // Attempts to asynchronously set the provided public key as the
- // Owner's public key for this device. |public_key_der| should be a
- // DER-encoded PKCS11 SubjectPublicKeyInfo structure.
- // Returns true if the attempt was successfully started.
- // callback->Run() will be called when the operation is complete.
- virtual bool SetOwnerKeyAsync(const std::vector<uint8>& public_key_der,
- Delegate* callback) = 0;
-
// Attempts to issue a signed async request to store |name|=|value|.
// |signature| must by a SHA1 with RSA encryption signature over the string
// "name=value" with the owner's private key.
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/login_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698