| Index: content/shell/webkit_test_runner.cc
|
| diff --git a/content/shell/webkit_test_runner.cc b/content/shell/webkit_test_runner.cc
|
| index 93275d4f5396031b4d9ef939e8994fb414be8d86..9b380fdb45b25fc9e2a025cb02a6870c4f76dbd5 100644
|
| --- a/content/shell/webkit_test_runner.cc
|
| +++ b/content/shell/webkit_test_runner.cc
|
| @@ -48,7 +48,6 @@ using WebKit::WebDevToolsAgent;
|
| using WebKit::WebElement;
|
| using WebKit::WebFrame;
|
| using WebKit::WebGamepads;
|
| -using WebKit::WebIntentRequest;
|
| using WebKit::WebRect;
|
| using WebKit::WebSize;
|
| using WebKit::WebString;
|
| @@ -295,17 +294,6 @@ void WebKitTestRunner::applyPreferences() {
|
| Send(new ShellViewHostMsg_OverridePreferences(routing_id(), prefs));
|
| }
|
|
|
| -#if defined(ENABLE_WEB_INTENTS)
|
| -void WebKitTestRunner::setCurrentWebIntentRequest(
|
| - const WebIntentRequest& request) {
|
| - intent_request_ = request;
|
| -}
|
| -
|
| -WebIntentRequest* WebKitTestRunner::currentWebIntentRequest() {
|
| - return &intent_request_;
|
| -}
|
| -#endif
|
| -
|
| std::string WebKitTestRunner::makeURLErrorDescription(
|
| const WebURLError& error) {
|
| std::string domain = error.domain.utf8();
|
|
|