tree: fa080941fb71d20884b4744178fbe87bbb8093b8 [path history] [tgz]
  1. browser/
  2. interfaces/
  3. model/
  4. storage/
  5. BUILD.gn
  6. DEPS
  7. DIR_METADATA
  8. OWNERS
  9. README.md
  10. user_notes_features.cc
  11. user_notes_features.h
  12. user_notes_prefs.cc
  13. user_notes_prefs.h
components/user_notes/README.md

User Notes Component

This directory contains cross-platform business logic for the User Notes feature.

Directory structure

  • browser/
    • Contains business logic classes that live in the browser process.
  • interfaces/
    • Contains abstract interfaces for contracts between components, as well as some shared data structure / container classes.
  • model/
    • Contains model classes that represent core concepts of the User Notes feature, such as a note‘s metadata, a note’s target, a note's body, etc.
  • storage/
    • Contains classes related to storage and Sync for the notes.