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..27968fccead7ed7fc083445aa930909c3f3870f9 100644 |
| --- a/chrome/browser/autofill/autofill_external_delegate.cc |
| +++ b/chrome/browser/autofill/autofill_external_delegate.cc |
| @@ -344,10 +344,9 @@ void AutofillExternalDelegate::InsertDataListValues( |
| } |
| // 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. |
| +// in an autofill_external_delegate_YOUROS.cc. |
|
Ilya Sherman
2012/08/14 19:27:12
nit: This comment is probably no longer needed.
csharp
2012/08/15 19:39:58
Done.
|
| -#if !defined(OS_ANDROID) && !defined(TOOLKIT_GTK) |
| +#if defined(OS_MACOSX) |
| AutofillExternalDelegate* AutofillExternalDelegate::Create( |
| TabContents*, AutofillManager*) { |