Chromium Code Reviews| Index: components/autofill/browser/autofill_manager.cc |
| diff --git a/components/autofill/browser/autofill_manager.cc b/components/autofill/browser/autofill_manager.cc |
| index ceaf77c2bcce590d5032470ea2f58568e2bec705..a6f6d014cc0a32e4a653a09dab948b2fa77e3069 100644 |
| --- a/components/autofill/browser/autofill_manager.cc |
| +++ b/components/autofill/browser/autofill_manager.cc |
| @@ -879,7 +879,11 @@ void AutofillManager::OnLoadedServerPredictions( |
| page_meta_data.get(), |
| *metric_logger_); |
| + // TODO(ahutter): Remove this once Autocheckout is implemented on other |
| + // platforms. See http://crbug.com/173416. |
| +#if defined(TOOLKIT_VIEWS) |
| autocheckout_manager_.OnLoadedPageMetaData(page_meta_data.Pass()); |
| +#endif // #if defined(TOOLKIT_VIEWS) |
|
Ilya Sherman
2013/04/17 00:09:50
Can you move this into the AutocheckoutManager cod
|
| // If the corresponding flag is set, annotate forms with the predicted types. |
| SendAutofillTypePredictions(form_structures_.get()); |