Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
browser 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
interfaces 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
model 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
storage 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
user_notes_features.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
user_notes_features.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

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.