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

Unified Diff: chrome/browser/resources/md_downloads/crisper.js

Issue 2172833002: MD Downloads: finally use allow-outside-scroll and drop the pushScrollLock hack (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@roll-polymer
Patch Set: merge Created 4 years, 5 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/browser/resources/md_downloads/toolbar.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/crisper.js
diff --git a/chrome/browser/resources/md_downloads/crisper.js b/chrome/browser/resources/md_downloads/crisper.js
index 6551b1daa635f64c608238701a4b1242e25ef856..fbe31bfe6b6d162562ddc2141489fc868b8d049e 100644
--- a/chrome/browser/resources/md_downloads/crisper.js
+++ b/chrome/browser/resources/md_downloads/crisper.js
@@ -11760,12 +11760,6 @@ cr.define('downloads', function() {
return {Toolbar: Toolbar};
});
-
-// TODO(dbeam): https://github.com/PolymerElements/iron-dropdown/pull/16/files
-/** @suppress {checkTypes} */
-(function() {
-Polymer.IronDropdownScrollManager.pushScrollLock = function() {};
-})();
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
« no previous file with comments | « no previous file | chrome/browser/resources/md_downloads/toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698