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

Unified Diff: chrome/browser/chromeos/attestation/attestation_ca_client.h

Issue 2466273002: Revert of Support different Google attestation (Privacy CA) servers. (Closed)
Patch Set: Created 4 years, 1 month 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/attestation/attestation_ca_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/attestation/attestation_ca_client.h
diff --git a/chrome/browser/chromeos/attestation/attestation_ca_client.h b/chrome/browser/chromeos/attestation/attestation_ca_client.h
index bd20390db487628a30e0726f023c243f6c8fb418..c362ebc7af9e16972bc555bdff0caad9d34318cb 100644
--- a/chrome/browser/chromeos/attestation/attestation_ca_client.h
+++ b/chrome/browser/chromeos/attestation/attestation_ca_client.h
@@ -9,7 +9,6 @@
#include <string>
#include "base/macros.h"
-#include "chromeos/attestation/attestation_constants.h"
#include "chromeos/attestation/attestation_flow.h"
#include "net/url_request/url_fetcher_delegate.h"
@@ -33,11 +32,7 @@
// net::URLFetcherDelegate:
void OnURLFetchComplete(const net::URLFetcher* source) override;
- PrivacyCAType GetType() override;
-
private:
- PrivacyCAType pca_type_;
-
typedef std::map<const net::URLFetcher*, DataCallback> FetcherCallbackMap;
// POSTs |request| data to |url| and calls |on_response| with the response
« no previous file with comments | « no previous file | chrome/browser/chromeos/attestation/attestation_ca_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698