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

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

Issue 9235072: Adding Mouse Support for new GTK Autofill (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 11 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
« no previous file with comments | « chrome/common/autofill_messages.h ('k') | chrome/renderer/autofill/autofill_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/autofill/autofill_agent.h
diff --git a/chrome/renderer/autofill/autofill_agent.h b/chrome/renderer/autofill/autofill_agent.h
index 85ea7e64dc98853d67c6c9ee09c4549194d63cd1..b95c1ee6dbeb2064ed20599a74ae161378b58766 100644
--- a/chrome/renderer/autofill/autofill_agent.h
+++ b/chrome/renderer/autofill/autofill_agent.h
@@ -105,6 +105,10 @@ class AutofillAgent : public content::RenderViewObserver,
// For external Autofill selection.
void OnSelectAutofillSuggestionAtIndex(int listIndex);
+ void OnSetAutofillActionFill();
csharp 2012/01/26 22:19:06 These functions all just use the currently set aut
Ilya Sherman 2012/01/30 22:11:09 Yeah, that should be fine. We've generally also u
+ void OnSetAutofillActionPreview();
+ void OnClearForm();
+ void OnSetNodeText(string16 value);
// Called in a posted task by textFieldDidChange() to work-around a WebKit bug
// http://bugs.webkit.org/show_bug.cgi?id=16976
« no previous file with comments | « chrome/common/autofill_messages.h ('k') | chrome/renderer/autofill/autofill_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698