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

Unified Diff: content/test/test_web_contents_view.cc

Issue 12252016: Prevented connecting drag drop events to a SwappedOut RenderViewHost in WebContentsViewGtk (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Use RenderViewSwappedIn to ensure we have a drag dest 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/test/test_web_contents_view.cc
diff --git a/content/test/test_web_contents_view.cc b/content/test/test_web_contents_view.cc
index 3658f74b2cedb98273426ab1d5df932d5ce8c52b..31d40a5dad75fb0de29efe78758c9930d9ce8fd0 100644
--- a/content/test/test_web_contents_view.cc
+++ b/content/test/test_web_contents_view.cc
@@ -109,7 +109,8 @@ void TestWebContentsView::SetPageTitle(const string16& title) {
void TestWebContentsView::RenderViewCreated(RenderViewHost* host) {
}
-void TestWebContentsView::RenderViewSwappedIn(RenderViewHost* host) {
+void TestWebContentsView::RenderViewSwappedIn(RenderViewHost* new_host,
+ RenderViewHost* old_host) {
}
#if defined(OS_MACOSX)
« content/port/browser/web_contents_view_port.h ('K') | « content/test/test_web_contents_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698