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

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

Issue 9432029: GTK Keyboard Support for New Autofill (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixing Shift 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/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 b3413045783364221bb638a2667de391959e6d68..11a53413bf802a92ca30e2deeea7caeb399ccc6d 100644
--- a/chrome/browser/autofill/autofill_external_delegate.h
+++ b/chrome/browser/autofill/autofill_external_delegate.h
@@ -61,8 +61,9 @@ class AutofillExternalDelegate {
// used to help record the metrics of when a new popup is shown.
void DidEndTextFieldEditing();
- // Inform the delegate that an autofill suggestion have been chosen.
- void DidAcceptAutofillSuggestions(const string16& value,
+ // Inform the delegate that an autofill suggestion have been chosen. Returns
+ // true if the suggestion was selected.
+ bool DidAcceptAutofillSuggestions(const string16& value,
int unique_id,
unsigned index);

Powered by Google App Engine
This is Rietveld 408576698