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

Unified Diff: content/common/resource_request_body_impl.cc

Issue 2406053002: PlzNavigate: Fix the failing ContinueWhereILeftOffTest.PostWithPassword test. (Closed)
Patch Set: Address comments Created 4 years, 2 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 | « content/common/resource_request_body_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_request_body_impl.cc
diff --git a/content/common/resource_request_body_impl.cc b/content/common/resource_request_body_impl.cc
index 80212bd96a1860ecc6d90fc30653f7ac2d3fd0fb..2484aec00e0bdb96be09f8f183f954c56d5b1382 100644
--- a/content/common/resource_request_body_impl.cc
+++ b/content/common/resource_request_body_impl.cc
@@ -12,7 +12,9 @@ using blink::WebString;
namespace content {
-ResourceRequestBodyImpl::ResourceRequestBodyImpl() : identifier_(0) {}
+ResourceRequestBodyImpl::ResourceRequestBodyImpl()
+ : identifier_(0),
+ contains_sensitive_info_(false) {}
void ResourceRequestBodyImpl::AppendBytes(const char* bytes, int bytes_len) {
if (bytes_len > 0) {
« no previous file with comments | « content/common/resource_request_body_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698