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

Unified Diff: content/browser/web_contents/web_contents_view_android.cc

Issue 10378026: Reland 135525 - Add a first-class off-store install UI to chrome://extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 c16569f67a2174249118e19c1ae314e7558f22ea..639651656b64d702c76ca093e4895ea456ff0ece 100644
--- a/content/browser/web_contents/web_contents_view_android.cc
+++ b/content/browser/web_contents/web_contents_view_android.cc
@@ -86,6 +86,11 @@ void WebContentsViewAndroid::CancelDragAndCloseTab() {
NOTIMPLEMENTED();
}
+WebDropData* WebContentsViewAndroid::GetDropData() const {
+ NOTIMPLEMENTED();
+ return NULL;
+}
+
bool WebContentsViewAndroid::IsEventTracking() const {
NOTIMPLEMENTED();
return false;
« no previous file with comments | « content/browser/web_contents/web_contents_view_android.h ('k') | content/browser/web_contents/web_contents_view_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698