| Index: chrome/browser/ui/autofill/autofill_dialog_view.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_view.cc b/chrome/browser/ui/autofill/autofill_dialog_view.cc
|
| index 64a7c108e7cff7cd954f6a3d6223ccebdc6f2b41..86f0f4933f6b91bf609fe91ba735b84550678819 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_view.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_view.cc
|
| @@ -10,9 +10,9 @@ namespace autofill {
|
|
|
| AutofillDialogView::~AutofillDialogView() {}
|
|
|
| -#if !defined(TOOLKIT_VIEWS) && !defined(OS_ANDROID)
|
| +#if !defined(TOOLKIT_VIEWS) && !defined(OS_ANDROID) && !defined(OS_MACOSX)
|
| // TODO(estade): implement the dialog on other platforms. See
|
| -// http://crbug.com/157274 http://crbug.com/157275
|
| +// http://crbug.com/157275
|
| AutofillDialogView* AutofillDialogView::Create(
|
| AutofillDialogController* controller) {
|
| return NULL;
|
|
|