Index: chrome/test/remoting/remote_desktop_browsertest.h |
diff --git a/chrome/test/remoting/remote_desktop_browsertest.h b/chrome/test/remoting/remote_desktop_browsertest.h |
index e5659945c958f78196e17b04a7d74e32063e5ac0..8bad142867a25806460f594022a6243f180e2bb8 100644 |
--- a/chrome/test/remoting/remote_desktop_browsertest.h |
+++ b/chrome/test/remoting/remote_desktop_browsertest.h |
@@ -314,6 +314,11 @@ class RemoteDesktopBrowserTest : public extensions::PlatformAppBrowserTest { |
return IsAuthenticatedInWindow(active_web_contents()); |
} |
+ // Callback used by Approve to check whether the Accept button is enabled |
+ // and ready to receive a click. |
+ static bool IsEnabled( |
+ content::WebContents* web_contents, std::string name); |
weitao
2014/09/09 23:36:38
const std::string& name
anandc1
2014/09/10 00:52:26
Done.
|
+ |
// If the "Host version out-of-date" form is visible, dismiss it. |
void DismissHostVersionWarningIfVisible(); |