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

Unified Diff: chrome/browser/resources/extensions/extensions.js

Issue 10386014: Implement WebContentsView::GetDropData for Mac; disable on Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert more aura changes. 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
« no previous file with comments | « no previous file | chrome/common/extensions/extension_switch_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/extensions/extensions.js
diff --git a/chrome/browser/resources/extensions/extensions.js b/chrome/browser/resources/extensions/extensions.js
index aedeb4aff2ca2a67ab18c68bb5e36fe4d5366740..b379baa201797f11079b1128c90839fa398c3f58 100644
--- a/chrome/browser/resources/extensions/extensions.js
+++ b/chrome/browser/resources/extensions/extensions.js
@@ -94,8 +94,8 @@ cr.define('extensions', function() {
this.handleUpdateExtensionNow_.bind(this));
if (!loadTimeData.getBoolean('offStoreInstallEnabled')) {
- this.dragWrapper_ =
- new cr.ui.DragWrapper(document.body, dragWrapperHandler);
+ this.dragWrapper_ = new cr.ui.DragWrapper(document.documentElement,
+ dragWrapperHandler);
}
var packExtensionOverlay = extensions.PackExtensionOverlay.getInstance();
« no previous file with comments | « no previous file | chrome/common/extensions/extension_switch_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698