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

Unified Diff: net/http/http_mac_signature.h

Issue 6969050: MAC Cookies (patch 4 of N) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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 | « net/http/http_auth.cc ('k') | net/http/http_mac_signature.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_mac_signature.h
===================================================================
--- net/http/http_mac_signature.h (revision 85283)
+++ net/http/http_mac_signature.h (working copy)
@@ -28,8 +28,7 @@
// Returns whether this information is valid.
bool AddStateInfo(const std::string& id,
const std::string& mac_key,
- const std::string& mac_algorithm,
- const std::string& issuer);
+ const std::string& mac_algorithm);
// Returns whether this information is valid.
bool AddHttpInfo(const std::string& method,
@@ -55,7 +54,6 @@
std::string id_;
std::string mac_key_;
crypto::HMAC::HashAlgorithm mac_algorithm_;
- std::string issuer_;
std::string method_;
std::string request_uri_;
« no previous file with comments | « net/http/http_auth.cc ('k') | net/http/http_mac_signature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698