Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1083)

Unified Diff: content/shell/webkit_test_runner.cc

Issue 12225076: Delete most web intents code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/webkit_test_runner.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « content/shell/webkit_test_runner.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698