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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h

Issue 12052059: requestAutocomplete - more elaborate suggestion labels (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: self review Created 7 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
Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
index 6eda805441325d5690322bbd2b86547ef237544c..6b3ec294499a9805cb680ef51f150984fb07d21b 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
@@ -70,6 +70,7 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
virtual ui::MenuModel* MenuModelForSection(DialogSection section) OVERRIDE;
virtual string16 LabelForSection(DialogSection section) const OVERRIDE;
virtual string16 SuggestionTextForSection(DialogSection section) OVERRIDE;
+ virtual gfx::Image SuggestionIconForSection(DialogSection section) OVERRIDE;
virtual void EditClickedForSection(DialogSection section) OVERRIDE;
virtual bool InputIsValid(const DetailInput* input, const string16& value)
OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698