Commit 0cee5a5b authored by Darwin Huang's avatar Darwin Huang Committed by Commit Bot

Async Clipboard: Remove extra system_clipboard() accessor function.

Remove ClipboardPromise::system_clipboard(), which was added in
https://crrev.com/c/1877532, but doesn't seem to be called at all.
Refactoring change, with no functional changes intended.

Change-Id: Ie63574cb279e3df1c05b3446202085b72e1a455f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033976
Auto-Submit: Darwin Huang <huangdarwin@chromium.org>
Commit-Queue: Jarryd Goodman <jarrydg@chromium.org>
Reviewed-by: default avatarJarryd Goodman <jarrydg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#737996}
parent 223e3318
...@@ -47,8 +47,6 @@ class ClipboardPromise final : public GarbageCollected<ClipboardPromise>, ...@@ -47,8 +47,6 @@ class ClipboardPromise final : public GarbageCollected<ClipboardPromise>,
void Trace(blink::Visitor*) override; void Trace(blink::Visitor*) override;
SystemClipboard* system_clipboard() { return system_clipboard_; }
private: private:
// Called to begin writing a type. // Called to begin writing a type.
void StartWriteRepresentation(); void StartWriteRepresentation();
......
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