Index: content/shell/webkit_test_runner.cc |
diff --git a/content/shell/webkit_test_runner.cc b/content/shell/webkit_test_runner.cc |
index e66e6931a93ee1cb20e22637f2b039c2709b0724..a3ee7ad96f1a6d0d206ebee78edef7f262ba7d69 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(); |