tree: 0a3cc38630d1946bb1c2522a47c6a5b4337e4fc3 [path history] [tgz]
  1. autofill_ai_import_data_controller.cc
  2. autofill_ai_import_data_controller.h
  3. autofill_ai_import_data_controller_impl.cc
  4. autofill_ai_import_data_controller_impl.h
  5. autofill_ai_import_data_controller_impl_browsertest.cc
  6. mock_autofill_ai_import_data_controller.cc
  7. mock_autofill_ai_import_data_controller.h
  8. README.md
chrome/browser/ui/autofill/autofill_ai/README.md

This directory contains files that use Autofill UI infrastructure but are related to Autofill AI.

They are in an Autofill subdirectory (as opposed to, e.g., //chrome/browser/ui/autofill_ai) because of their dependencies:

  • They depend on Autofill UI code by extending from AutofillBubbleBase and AutofillBubbleControllerBase.
  • Autofill UI code depends on them because the view is instantiated via AutofillBubbleHandler.