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

Unified Diff: content/shell/webkit_test_runner.h

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
Index: content/shell/webkit_test_runner.h
diff --git a/content/shell/webkit_test_runner.h b/content/shell/webkit_test_runner.h
index e394a1c144ee3d0490696b14ce78165035d3dcb4..83735b721123854ac14280879c095635807d51c4 100644
--- a/content/shell/webkit_test_runner.h
+++ b/content/shell/webkit_test_runner.h
@@ -8,7 +8,6 @@
#include "base/file_path.h"
#include "base/memory/scoped_ptr.h"
#include "content/public/renderer/render_view_observer.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebIntentRequest.h"
#include "third_party/WebKit/Tools/DumpRenderTree/chromium/TestRunner/public/WebPreferences.h"
#include "third_party/WebKit/Tools/DumpRenderTree/chromium/TestRunner/public/WebTestDelegate.h"
#include "v8/include/v8.h"
@@ -63,10 +62,6 @@ class WebKitTestRunner : public RenderViewObserver,
virtual WebKit::WebURL rewriteLayoutTestsURL(const std::string& utf8_url);
virtual ::WebTestRunner::WebPreferences* preferences();
virtual void applyPreferences();
-#if defined(ENABLE_WEB_INTENTS)
- virtual void setCurrentWebIntentRequest(const WebKit::WebIntentRequest&);
- virtual WebKit::WebIntentRequest* currentWebIntentRequest();
-#endif
virtual std::string makeURLErrorDescription(const WebKit::WebURLError& error);
void Reset();
@@ -118,10 +113,6 @@ class WebKitTestRunner : public RenderViewObserver,
::WebTestRunner::WebPreferences prefs_;
-#if defined(ENABLE_WEB_INTENTS)
- WebKit::WebIntentRequest intent_request_;
-#endif
-
bool dump_editing_callbacks_;
bool dump_frame_load_callbacks_;
bool dump_user_gesture_in_frame_load_callbacks_;

Powered by Google App Engine
This is Rietveld 408576698