| Index: Source/testing/runner/WebTestProxy.cpp
|
| diff --git a/Source/testing/runner/WebTestProxy.cpp b/Source/testing/runner/WebTestProxy.cpp
|
| index a04dc3a3ed453e16b98db0c02dd77b57b45452cf..0f641e9fab342ae10117797ac8d22e3c444b0fd5 100644
|
| --- a/Source/testing/runner/WebTestProxy.cpp
|
| +++ b/Source/testing/runner/WebTestProxy.cpp
|
| @@ -538,6 +538,13 @@ WebColorChooser* WebTestProxyBase::createColorChooser(WebColorChooserClient* cli
|
| return new MockColorChooser(client, m_delegate, this);
|
| }
|
|
|
| +bool WebTestProxyBase::runFileChooser(const WebKit::WebFileChooserParams&, WebKit::WebFileChooserCompletion*)
|
| +{
|
| + m_delegate->printMessage("Mock: Opening a file chooser.\n");
|
| + // FIXME: Add ability to set file names to a file upload control.
|
| + return false;
|
| +}
|
| +
|
| string WebTestProxyBase::captureTree(bool debugRenderTree)
|
| {
|
| WebScriptController::flushConsoleMessages();
|
|
|