Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / test / remoting / remote_desktop_browsertest.h
index e565994..e4a025e 100644 (file)
@@ -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, const std::string& name);
+
   // If the "Host version out-of-date" form is visible, dismiss it.
   void DismissHostVersionWarningIfVisible();