blob: 4cfb4218a311de8370d44e26b02c205a3a2958f2 [file] [log] [blame]
# The code in this directory runs on bucket-specific threads (or, more
# specifically, task runners that draw from the threadpool).
# IndexedDBContextImpl, on the other hand, runs on its own task runner.
# All inter-thread interaction should be routed through the
# BucketContext and its delegate.
#
# Other than IndexedDBContextImpl, most code in the parent directory is
# sequence-agnostic.
include_rules = [
"-content/browser/indexed_db/indexed_db_context_impl.h",
]