refactor: remove unused extension content script code (#27570)
This code was leftover from the old JS extensions implementation.
This commit is contained in:
parent
a5e9af330f
commit
20a71be849
7 changed files with 0 additions and 75 deletions
|
@ -715,9 +715,6 @@ v8::Local<v8::Promise> ExecuteJavaScriptInIsolatedWorld(
|
|||
|
||||
auto& prefs = render_frame->GetBlinkPreferences();
|
||||
|
||||
// Debugging tip: if you see a crash stack trace beginning from this call,
|
||||
// then it is very likely that some exception happened when executing the
|
||||
// "content_script/init.js" script.
|
||||
render_frame->GetWebFrame()->RequestExecuteScriptInIsolatedWorld(
|
||||
world_id, &sources.front(), sources.size(), has_user_gesture,
|
||||
scriptExecutionType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue