| Index: chrome/test/chromedriver/chrome/chrome.h
|
| diff --git a/chrome/test/chromedriver/chrome/chrome.h b/chrome/test/chromedriver/chrome/chrome.h
|
| index a27946837c05cce2dc8c2532e8ada73c32532a47..899fa4c6f2ac55a8ac09ff281ca1414ba894ecab 100644
|
| --- a/chrome/test/chromedriver/chrome/chrome.h
|
| +++ b/chrome/test/chromedriver/chrome/chrome.h
|
| @@ -29,17 +29,6 @@ class Chrome {
|
| // Closes the specified WebView.
|
| virtual Status CloseWebView(const std::string& id) = 0;
|
|
|
| - // Returns whether a JavaScript dialog is open.
|
| - virtual Status IsJavaScriptDialogOpen(bool* is_open) = 0;
|
| -
|
| - // Returns the message of the open JavaScript dialog.
|
| - virtual Status GetJavaScriptDialogMessage(std::string* message) = 0;
|
| -
|
| - // Handles an open JavaScript dialog. |prompt_text| may be NULL to signify
|
| - // not to set the prompt text.
|
| - virtual Status HandleJavaScriptDialog(bool accept,
|
| - const std::string* prompt_text) = 0;
|
| -
|
| // Gets the automation extension.
|
| virtual Status GetAutomationExtension(AutomationExtension** extension) = 0;
|
|
|
|
|