Chromium Code Reviews| 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..6f3469abbacfc76da271c176696ed7789b2ca2c6 100644 |
| --- a/chrome/browser/autofill/autofill_external_delegate.cc |
| +++ b/chrome/browser/autofill/autofill_external_delegate.cc |
| @@ -347,7 +347,7 @@ void AutofillExternalDelegate::InsertDataListValues( |
| // in an autofill_external_delegate_YOUROS.cc. Currently there are |
| // none, so all platforms use the default. |
|
Ilya Sherman
2012/08/14 05:12:09
nit: Please remove the "Currently there are none s
csharp
2012/08/14 19:06:13
Done.
|
| -#if !defined(OS_ANDROID) && !defined(TOOLKIT_GTK) |
| +#if !defined(OS_ANDROID) && !defined(TOOLKIT_GTK) && !defined(TOOLKIT_VIEWS) |
| AutofillExternalDelegate* AutofillExternalDelegate::Create( |
| TabContents*, AutofillManager*) { |