| Index: components/autofill/browser/autofill_manager.cc
|
| diff --git a/components/autofill/browser/autofill_manager.cc b/components/autofill/browser/autofill_manager.cc
|
| index ceecddb17fa24df776146692322544e1e01bedff..833106653e2317cd85f49915f73cd9370375e439 100644
|
| --- a/components/autofill/browser/autofill_manager.cc
|
| +++ b/components/autofill/browser/autofill_manager.cc
|
| @@ -879,8 +879,12 @@ 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)
|
| if (!GetAutocheckoutURLPrefix().empty())
|
| autocheckout_manager_.OnLoadedPageMetaData(page_meta_data.Pass());
|
| +#endif // #if defined(TOOLKIT_VIEWS)
|
|
|
| // If the corresponding flag is set, annotate forms with the predicted types.
|
| SendAutofillTypePredictions(form_structures_.get());
|
|
|