Index: chrome/browser/ui/autofill/autofill_dialog_view_delegate.h |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h b/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h |
index bc1053bb29b28f9530cbecda8f29d25de49254d4..7848f6b785a0b2be5434fb5c65fcf48004d90b66 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h |
@@ -32,6 +32,7 @@ class Rect; |
namespace ui { |
class ComboboxModel; |
class MenuModel; |
+class NativeTheme; |
} |
namespace autofill { |
@@ -92,7 +93,7 @@ class AutofillDialogViewDelegate { |
// Returns a struct full of data concerning what overlay, if any, should be |
// displayed on top of the dialog. |
- virtual DialogOverlayState GetDialogOverlay() = 0; |
+ virtual DialogOverlayState GetDialogOverlay(const ui::NativeTheme* theme) = 0; |
// Returns ranges to linkify in the text returned by |LegalDocumentsText()|. |
virtual const std::vector<gfx::Range>& LegalDocumentLinks() = 0; |