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

Unified Diff: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js

Issue 2900173004: WebUI: Only highlight scrollable divs (Closed)
Patch Set: Created 3 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: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js
index 5795dce5b47a091922f86251f72dc95f6a3d97c5..674f161c4d321c125e6ee52c2e5dbaa87ab168a0 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js
@@ -328,11 +328,7 @@ settings.BluetoothPairDeviceBehavior = {
Polymer({
is: 'bluetooth-device-dialog',
- behaviors: [
- I18nBehavior,
- CrScrollableBehavior,
- settings.BluetoothPairDeviceBehavior,
- ],
+ behaviors: [I18nBehavior, settings.BluetoothPairDeviceBehavior],
properties: {
/**

Powered by Google App Engine
This is Rietveld 408576698