Commit 72b7f15e authored by Victor Costan's avatar Victor Costan Committed by Chromium LUCI CQ

IndexedDB: Fix typo in indexed_db_control.mojom.

Bug: 
Change-Id: Ia047dc1c99f07ba703be62190145f53dbb55f021
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2588100Reviewed-by: default avatarMatthew Denton <mpdenton@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836502}
parent db7e975a
......@@ -83,8 +83,8 @@ interface IndexedDBControl {
GetConnectionCount(url.mojom.Origin origin) => (uint64 connection_count);
// Called by chrome://indexeddb-internals to download all of the indexeddb
// data for a particular origin. This creates a zip file at |zip_path|
// using the temporary direction |temp_path| which needs to be cleaned up
// data for a particular origin. This creates a zip file at `zip_path`
// using the temporary directory `temp_path` which needs to be cleaned up
// after the user downloads the file.
DownloadOriginData(url.mojom.Origin origin) => (
bool success,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment