Index: content/public/browser/web_contents_observer.h |
diff --git a/content/public/browser/web_contents_observer.h b/content/public/browser/web_contents_observer.h |
index e0bd1ae7ef5816dfa7bdec1ff21efcabaf1debee..145b745163bbcd6e169076b8f6f68ea743387cf7 100644 |
--- a/content/public/browser/web_contents_observer.h |
+++ b/content/public/browser/web_contents_observer.h |
@@ -252,6 +252,9 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener, |
// Invoked before a form repost warning is shown. |
virtual void BeforeFormRepostWarningShow() {} |
+ // Invoked when a system drag ends that was started in the WebContents. |
+ virtual void SystemDragEnded() {} |
Fady Samuel
2013/04/18 18:22:56
Is this necessary?
mthiesse
2013/04/18 18:36:32
Missed cleanup of this, wasn't used.
|
+ |
// IPC::Listener implementation. |
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |