| 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..dc5914ad624f8ac74e4d0477d398bc6499c919ab 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_view.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_view.cc
|
| @@ -10,9 +10,8 @@ namespace autofill {
|
|
|
| AutofillDialogView::~AutofillDialogView() {}
|
|
|
| -#if !defined(TOOLKIT_VIEWS) && !defined(OS_ANDROID)
|
| -// TODO(estade): implement the dialog on other platforms. See
|
| -// http://crbug.com/157274 http://crbug.com/157275
|
| +#if defined(TOOLKIT_GTK)
|
| +// TODO(estade): implement the dialog on GTK. See http://crbug.com/157275.
|
| AutofillDialogView* AutofillDialogView::Create(
|
| AutofillDialogController* controller) {
|
| return NULL;
|
|
|