indexeddb: rename indexed_db_factory_ => dispatcher_host_.
IndexedDBContextImpl had the following two member variables: IndexedDBDispatcherHost indexed_db_factory_; std::unique_ptr<IndexedDBFactoryImpl> indexeddb_factory_; The first name was confusing. Renamed to: IndexedDBDispatcherHost dispatcher_host_; to avoid confusion. Bug: none Change-Id: Iaefb0e077f94ea2e1639a4c7aeb28a29f9a3ffab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575037Reviewed-by:Joshua Bell <jsbell@chromium.org> Commit-Queue: Chris Mumford <cmumford@google.com> Cr-Commit-Position: refs/heads/master@{#833830}
Showing
Please register or sign in to comment