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

Unified Diff: chrome/browser/autofill/autofill_manager.h

Issue 11270018: [autofill] Adding new API to request an interactive autocomplete UI flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/browser/autofill/autofill_manager.h
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
index 345b68b5e59b29c4d0b32f731f83ff249b155016..a53cab5ceef962ffc7b323fc8bcec3aaeb0aa471 100644
--- a/chrome/browser/autofill/autofill_manager.h
+++ b/chrome/browser/autofill/autofill_manager.h
@@ -227,6 +227,7 @@ class AutofillManager : public content::NotificationObserver,
const std::vector<string16>& labels,
const std::vector<string16>& icons,
const std::vector<int>& unique_ids);
+ void OnRequestAutocomplete(const FormData& form);
Evan Stade 2012/10/24 21:59:44 I don't know if this belongs here. You have to imp
Ilya Sherman 2012/10/26 03:35:28 This does belong here. We shouldn't need to touch
// Fills |host| with the RenderViewHost for this tab.
// Returns false if Autofill is disabled or if the host is unavailable.
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_manager.cc » ('j') | chrome/renderer/autofill/autofill_agent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698