| 25 | } |
| 26 | |
| 27 | void |
| 28 | ThrustShellJavaScriptDialogManager::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 | |
| 41 | void |
| 42 | ThrustShellJavaScriptDialogManager::RunBeforeUnloadDialog( |
nothing calls this directly
no outgoing calls
no test coverage detected