| Index: chrome/browser/autofill/autofill_external_delegate.cc
|
| diff --git a/chrome/browser/autofill/autofill_external_delegate.cc b/chrome/browser/autofill/autofill_external_delegate.cc
|
| index a199b06048252b132c5426cffdab26dc74f5e838..ddffc9e32392d9c6728bf05ae4eeef673c5d5dc1 100644
|
| --- a/chrome/browser/autofill/autofill_external_delegate.cc
|
| +++ b/chrome/browser/autofill/autofill_external_delegate.cc
|
| @@ -343,11 +343,8 @@ void AutofillExternalDelegate::InsertDataListValues(
|
| data_list_unique_ids_.end());
|
| }
|
|
|
| -// Add a "!defined(OS_YOUROS) for each platform that implements this
|
| -// in an autofill_external_delegate_YOUROS.cc. Currently there are
|
| -// none, so all platforms use the default.
|
|
|
| -#if !defined(OS_ANDROID) && !defined(TOOLKIT_GTK)
|
| +#if defined(OS_MACOSX)
|
|
|
| AutofillExternalDelegate* AutofillExternalDelegate::Create(
|
| TabContents*, AutofillManager*) {
|
|
|