Commit 1d01e099 authored by Simeon Vincent's avatar Simeon Vincent Committed by Chromium LUCI CQ

Fixes typo in extensions Scripting API docs

Change-Id: I107736901fddf919bb7cd61c08488f4fd79003e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618579Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Commit-Queue: Devlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#841681}
parent 7346cf9b
......@@ -8,7 +8,7 @@ namespace scripting {
callback InjectedFunction = void();
// The origin for a style change.
// See <href="https://developer.mozilla.org/en-US/docs/Glossary/Style_origin">style origins</href>
// See <a href="https://developer.mozilla.org/en-US/docs/Glossary/Style_origin">style origins</a>
// for more info.
enum StyleOrigin {
AUTHOR,
......@@ -19,7 +19,7 @@ namespace scripting {
// The ID of the tab into which to inject.
long tabId;
// The <a href="https://developer.chrome.com/extensions/webNavigation#frame_ids">IDs</href>
// The <a href="https://developer.chrome.com/extensions/webNavigation#frame_ids">IDs</a>
// of specific frames to inject into.
long[]? frameIds;
......
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