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

Unified Diff: chrome/browser/chromeos/certificate_provider/sign_requests.h

Issue 2094333002: Implementation for chrome.certificateProvider.requestPin/stopPinRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed review comments Created 4 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/certificate_provider/sign_requests.h
diff --git a/chrome/browser/chromeos/certificate_provider/sign_requests.h b/chrome/browser/chromeos/certificate_provider/sign_requests.h
index dcb47d5adffab8fed0325b790b9ac831e3577931..cfae8722d85123312f42e07a7a1eb8fd5681da5a 100644
--- a/chrome/browser/chromeos/certificate_provider/sign_requests.h
+++ b/chrome/browser/chromeos/certificate_provider/sign_requests.h
@@ -47,10 +47,6 @@ class SignRequests {
// Maps from request id to the SignCallback that must be called with the
// signature or error.
std::map<int, net::SSLPrivateKey::SignCallback> pending_requests;
-
- // The request id that will be used for the next sign request to this
- // extension.
- int next_free_id = 0;
};
// Contains the state of all sign requests per extension.

Powered by Google App Engine
This is Rietveld 408576698