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

Method GetJavaScriptDialogManager

src/browser/thrust_window.cc:351–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349
350
351JavaScriptDialogManager*
352ThrustWindow::GetJavaScriptDialogManager()
353{
354 if(!dialog_manager_) {
355 dialog_manager_.reset(new ThrustShellJavaScriptDialogManager());
356 }
357 return dialog_manager_.get();
358}
359
360void
361ThrustWindow::ActivateContents(

Callers

nothing calls this directly

Calls 1

resetMethod · 0.80

Tested by

no test coverage detected