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

Unified Diff: components/client_update_protocol/ecdsa.cc

Issue 1835823002: network_time_tracker: add temporary time protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: scoped_refptr Created 4 years, 8 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: components/client_update_protocol/ecdsa.cc
diff --git a/components/client_update_protocol/ecdsa.cc b/components/client_update_protocol/ecdsa.cc
index dc41a73b5093334a2819075e5bf75ea4d9ef103e..449aa992a488ca09f5366fa310e71bd19c944425 100644
--- a/components/client_update_protocol/ecdsa.cc
+++ b/components/client_update_protocol/ecdsa.cc
@@ -100,7 +100,6 @@ std::unique_ptr<Ecdsa> Ecdsa::Create(int key_version,
void Ecdsa::SignRequest(const base::StringPiece& request_body,
std::string* query_params) {
- DCHECK(!request_body.empty());
DCHECK(query_params);
// Generate a random nonce to use for freshness, build the cup2key query

Powered by Google App Engine
This is Rietveld 408576698