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

Unified Diff: components/autofill/content/common/autofill_driver.mojom

Issue 2680163006: Eliminate PasswordAutofillAgentConstructed() in mojo interface PasswordManagerDriver (Closed)
Patch Set: Address comments from vabr@ Created 3 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/content/common/autofill_driver.mojom
diff --git a/components/autofill/content/common/autofill_driver.mojom b/components/autofill/content/common/autofill_driver.mojom
index 1c951dbb5df4efc3a3d5faec67a5418e267bff88..ce08780300ce2251629df0f9f92153ce06a038ea 100644
--- a/components/autofill/content/common/autofill_driver.mojom
+++ b/components/autofill/content/common/autofill_driver.mojom
@@ -61,11 +61,6 @@ interface AutofillDriver {
// There is one instance of this interface per render frame host in the browser
// process.
interface PasswordManagerDriver {
- // A ping to the browser that PasswordAutofillAgent was constructed. As a
- // consequence, the browser sends SetLoggingState with the current
- // state of the logging activity.
- PasswordAutofillAgentConstructed();
-
// Notification that password forms have been seen that are candidates for
// filling/submitting by the password manager.
PasswordFormsParsed(array<PasswordForm> forms);

Powered by Google App Engine
This is Rietveld 408576698