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

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

Issue 12052059: requestAutocomplete - more elaborate suggestion labels (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: isherman 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.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller.h b/chrome/browser/ui/autofill/autofill_dialog_controller.h
index b41a99056068d897601d4c11c89eb02260bf4fcb..925f46a93676601a4a05d9f0c592cac7b0302c19 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller.h
@@ -10,6 +10,7 @@
#include "base/string16.h"
#include "chrome/browser/autofill/field_types.h"
#include "chrome/browser/ui/autofill/autofill_dialog_types.h"
+#include "ui/gfx/image/image.h"
#include "ui/gfx/native_widget_types.h"
class Profile;
@@ -60,6 +61,7 @@ class AutofillDialogController {
virtual ui::MenuModel* MenuModelForSection(DialogSection section) = 0;
virtual string16 LabelForSection(DialogSection section) const = 0;
virtual string16 SuggestionTextForSection(DialogSection section) = 0;
+ virtual gfx::Image SuggestionIconForSection(DialogSection section) = 0;
virtual void EditClickedForSection(DialogSection section) = 0;
virtual bool InputIsValid(const DetailInput* input,
const string16& value) = 0;
« no previous file with comments | « chrome/browser/autofill/credit_card.cc ('k') | chrome/browser/ui/autofill/autofill_dialog_controller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698