MCPcopy Create free account
hub / github.com/breach/thrust / RunJavaScriptDialog

Method RunJavaScriptDialog

src/browser/dialog/javascript_dialog_manager.cc:27–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void
28ThrustShellJavaScriptDialogManager::RunJavaScriptDialog(
29 WebContents* web_contents,
30 const GURL& origin_url,
31 const std::string& accept_lang,
32 JavaScriptMessageType javascript_message_type,
33 const base::string16& message_text,
34 const base::string16& default_prompt_text,
35 const DialogClosedCallback& callback,
36 bool* did_suppress_message)
37{
38 *did_suppress_message = true;
39}
40
41void
42ThrustShellJavaScriptDialogManager::RunBeforeUnloadDialog(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected