Commit 60b1088e authored by Austin Sullivan's avatar Austin Sullivan Committed by Chromium LUCI CQ

Remove unused method declaration

This overload of IDBRequest::EnqueueResponse was only used for devtools,
which no longer uses it as of [1].

The implementation of this method was removed here [2].

[1] https://crbug.com/992958
[2] https://crrev.com/c/2563872

Bug: N/A
Change-Id: Iacf15ee27b7505c7fba44d00f675a38bf7125f25
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2621954
Auto-Submit: Austin Sullivan <asully@chromium.org>
Commit-Queue: enne <enne@chromium.org>
Reviewed-by: default avatarenne <enne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#842680}
parent 9063b23e
......@@ -276,10 +276,6 @@ class MODULES_EXPORT IDBRequest : public EventTargetWithInlineData,
mojo::PendingReceiver<mojom::blink::IDBDatabaseGetAllResultSink>
receiver);
// Only used in webkitGetDatabaseNames(), which is deprecated and hopefully
// going away soon.
void EnqueueResponse(const Vector<String>&);
// Only IDBOpenDBRequest instances should receive these:
virtual void EnqueueBlocked(int64_t old_version) { NOTREACHED(); }
virtual void EnqueueUpgradeNeeded(int64_t old_version,
......
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