Commit 5a075b54 authored by Kelvin Jiang's avatar Kelvin Jiang Committed by Commit Bot

[Extensions] Correct a class name in a comment in UserScriptInjector

"The associated user script. Owned by the UserScriptInjector that
created this object."

^Should be UserScriptSet.

Bug: NONE
Change-Id: I5a080c33b74a22b8af3b824234a0a89aff8fa9ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537410Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Commit-Queue: Devlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827397}
parent 35957a1b
......@@ -68,8 +68,8 @@ class UserScriptInjector : public ScriptInjector,
void OnWillNotInject(InjectFailureReason reason,
content::RenderFrame* render_frame) override;
// The associated user script. Owned by the UserScriptInjector that created
// this object.
// The associated user script. Owned by the UserScriptSet that created this
// object.
const UserScript* script_;
// The UserScriptSet that eventually owns the UserScript this
......
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