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

Unified Diff: components/autofill/core/browser/autofill_download_manager.cc

Issue 1686063004: Sending generated vote on password generation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments update Created 4 years, 10 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/autofill/core/browser/autofill_download_manager.cc
diff --git a/components/autofill/core/browser/autofill_download_manager.cc b/components/autofill/core/browser/autofill_download_manager.cc
index 62193e8c07d0ac8c06162f583e930da87f8cac6a..391a8fb6a6fef105bb86670d297c6e79922d5dcd 100644
--- a/components/autofill/core/browser/autofill_download_manager.cc
+++ b/components/autofill/core/browser/autofill_download_manager.cc
@@ -133,6 +133,8 @@ std::ostream& operator<<(std::ostream& out,
out << "\n type: " << field.type();
if (!field.label().empty())
out << "\n label: " << field.label();
+ if (field.generation_event())
+ out << "\n generation_event: " << field.generation_event();
}
return out;
}

Powered by Google App Engine
This is Rietveld 408576698