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

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

Issue 9600038: Add Password Autofill Manager to New Autofill (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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: chrome/renderer/autofill/autofill_agent.h
diff --git a/chrome/renderer/autofill/autofill_agent.h b/chrome/renderer/autofill/autofill_agent.h
index d02a9031c0993b9789b95e69a924c7603fd39bd8..8cd8735baebc5a2d9f272cf7056bd8e9a236001d 100644
--- a/chrome/renderer/autofill/autofill_agent.h
+++ b/chrome/renderer/autofill/autofill_agent.h
@@ -110,6 +110,7 @@ class AutofillAgent : public content::RenderViewObserver,
void OnSetAutofillActionPreview();
void OnClearPreviewedForm();
void OnSetNodeText(const string16& value);
+ void OnPasswordAcceptAutofillSuggestion(const string16& value);
Ilya Sherman 2012/03/15 18:27:41 nit: Perhaps "OnAcceptPasswordAutofillSuggestion"?
csharp 2012/03/16 20:21:12 Done.
// Called in a posted task by textFieldDidChange() to work-around a WebKit bug
// http://bugs.webkit.org/show_bug.cgi?id=16976

Powered by Google App Engine
This is Rietveld 408576698