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

Unified Diff: chrome/renderer/autofill/password_generation_test_utils.h

Issue 1184913002: [Password Manager] Suppress UI when password generation is active (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 5 years, 6 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: chrome/renderer/autofill/password_generation_test_utils.h
diff --git a/chrome/renderer/autofill/password_generation_test_utils.h b/chrome/renderer/autofill/password_generation_test_utils.h
index ab5b7aff4cc8a6ae568463f770f50902410fa30a..c99f123d6fae41d0fbfd8bb49a37deb54072664d 100644
--- a/chrome/renderer/autofill/password_generation_test_utils.h
+++ b/chrome/renderer/autofill/password_generation_test_utils.h
@@ -20,6 +20,8 @@ void SetNotBlacklistedMessage(TestPasswordGenerationAgent* generation_agent,
void SetAccountCreationFormsDetectedMessage(TestPasswordGenerationAgent* agent,
blink::WebDocument document,
int form_index);
+void ExpectPasswordGenerationAvailable(TestPasswordGenerationAgent* agent,
+ bool available);
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698