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

Unified Diff: content/browser/web_contents/web_contents_view_android.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: 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
Index: content/browser/web_contents/web_contents_view_android.cc
diff --git a/content/browser/web_contents/web_contents_view_android.cc b/content/browser/web_contents/web_contents_view_android.cc
index bebc6630f06c7463a482d90d7bfcd248c812c309..d369f01d884efbb08e4f01ddb57834cba0ac4b36 100644
--- a/content/browser/web_contents/web_contents_view_android.cc
+++ b/content/browser/web_contents/web_contents_view_android.cc
@@ -129,15 +129,6 @@ void WebContentsViewAndroid::RestoreFocus() {
NOTIMPLEMENTED();
}
-bool WebContentsViewAndroid::IsDoingDrag() const {
- NOTIMPLEMENTED();
- return false;
-}
-
-void WebContentsViewAndroid::CancelDragAndCloseTab() {
- NOTIMPLEMENTED();
-}
-
WebDropData* WebContentsViewAndroid::GetDropData() const {
NOTIMPLEMENTED();
return NULL;

Powered by Google App Engine
This is Rietveld 408576698