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

Unified Diff: components/autofill/content/renderer/test_password_generation_agent.cc

Issue 2739373002: Password generation logging (Closed)
Patch Set: compilation fix Created 3 years, 9 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/content/renderer/test_password_generation_agent.cc
diff --git a/components/autofill/content/renderer/test_password_generation_agent.cc b/components/autofill/content/renderer/test_password_generation_agent.cc
index d8707b0f20efc0cc19faa6663e07b5ccca2f1ae3..84d937a7989489eaf700424fba8fa59898b2d43c 100644
--- a/components/autofill/content/renderer/test_password_generation_agent.cc
+++ b/components/autofill/content/renderer/test_password_generation_agent.cc
@@ -15,7 +15,7 @@ TestPasswordGenerationAgent::TestPasswordGenerationAgent(
TestPasswordGenerationAgent::~TestPasswordGenerationAgent() {}
-bool TestPasswordGenerationAgent::ShouldAnalyzeDocument() const {
+bool TestPasswordGenerationAgent::ShouldAnalyzeDocument() {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698