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

Method GetJavaScriptDialogManager

src/browser/web_view/web_view_guest.cc:904–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902}
903
904content::JavaScriptDialogManager*
905WebViewGuest::GetJavaScriptDialogManager()
906{
907 if(!dialog_manager_) {
908 dialog_manager_.reset(new WebViewGuestJavaScriptDialogManager(this));
909 }
910 return dialog_manager_.get();
911}
912
913
914} // namespace thrust_shell

Callers

nothing calls this directly

Calls 1

resetMethod · 0.80

Tested by

no test coverage detected