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

Unified Diff: content/test/test_web_contents_view.cc

Issue 10966023: Fix the crash that could occur when the window is closed while web contents drag is in progress. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch to land Created 8 years, 3 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/test/test_web_contents_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 126a6bfc0d45d122ced1e746a7c87433a9320a07..1fc17c8c37de11f1aa56586af8f867fe155bee95 100644
--- a/content/test/test_web_contents_view.cc
+++ b/content/test/test_web_contents_view.cc
@@ -90,13 +90,6 @@ void TestWebContentsView::StoreFocus() {
void TestWebContentsView::RestoreFocus() {
}
-bool TestWebContentsView::IsDoingDrag() const {
- return false;
-}
-
-void TestWebContentsView::CancelDragAndCloseTab() {
-}
-
WebDropData* TestWebContentsView::GetDropData() const {
return NULL;
}
« no previous file with comments | « 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