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

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

Issue 11636040: AutofillPopupController clarifications + simplifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new workstation Created 8 years 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 | « no previous file | chrome/browser/autofill/autofill_external_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autofill_external_delegate.h
diff --git a/chrome/browser/autofill/autofill_external_delegate.h b/chrome/browser/autofill/autofill_external_delegate.h
index 04dd109b547c8fdc2b74eb7ea6af126031167afc..3dcb020ebd45f312969d8822699bc7914c70a6fe 100644
--- a/chrome/browser/autofill/autofill_external_delegate.h
+++ b/chrome/browser/autofill/autofill_external_delegate.h
@@ -47,13 +47,11 @@ class AutofillExternalDelegate
AutofillManager* autofill_manager);
// AutofillPopupDelegate implementation.
- virtual void SelectAutofillSuggestion(int unique_id) OVERRIDE;
- virtual bool DidAcceptAutofillSuggestion(const string16& value,
- int unique_id,
- unsigned index) OVERRIDE;
+ virtual void DidSelectSuggestion(int identifier) OVERRIDE;
+ virtual void DidAcceptSuggestion(const string16& value,
+ int identifier) OVERRIDE;
+ virtual void RemoveSuggestion(const string16& value, int identifier) OVERRIDE;
virtual void ClearPreviewedForm() OVERRIDE;
- virtual void RemoveAutocompleteEntry(const string16& value) OVERRIDE;
- virtual void RemoveAutofillProfileOrCreditCard(int unique_id) OVERRIDE;
virtual void ControllerDestroyed() OVERRIDE;
// Records and associates a query_id with web form data. Called
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_external_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698