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

Unified Diff: crypto/ec_private_key.h

Issue 1453503002: [NOT FOR REVIEW] Ensure contributory behaviour for Web Push encryption. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@push-renames
Patch Set: Created 5 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 | « components/gcm_driver/crypto/p256_key_util_openssl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/ec_private_key.h
diff --git a/crypto/ec_private_key.h b/crypto/ec_private_key.h
index a3ba49d3fb05fe43a7baceb20e5e856e463673ce..61a9fa7cf0531f9c726a43dda47e6bf0407ecc5a 100644
--- a/crypto/ec_private_key.h
+++ b/crypto/ec_private_key.h
@@ -95,7 +95,7 @@ class CRYPTO_EXPORT ECPrivateKey {
bool ExportValue(std::vector<uint8>* output);
bool ExportECParams(std::vector<uint8>* output);
- private:
+// private:
// Constructor is private. Use one of the Create*() methods above instead.
ECPrivateKey();
« no previous file with comments | « components/gcm_driver/crypto/p256_key_util_openssl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698