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

Unified Diff: chrome/browser/resources/settings/device_page/touchpad.js

Issue 2110833003: MD Settings: Add mouse settings, update pointer settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@PointersFake
Patch Set: rebase 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
Index: chrome/browser/resources/settings/device_page/touchpad.js
diff --git a/chrome/browser/resources/settings/device_page/touchpad.js b/chrome/browser/resources/settings/device_page/touchpad.js
deleted file mode 100644
index 16ee984f64dd28f12e04d3ff51560e5cd7dfc6c3..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/settings/device_page/touchpad.js
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 2016 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.
-
-/**
- * @fileoverview
- * 'settings-touchpad' is the settings subpage with touchpad settings.
- */
-Polymer({
- is: 'settings-touchpad',
-
- properties: {
- /** Preferences state. */
- prefs: {
- type: Object,
- notify: true,
- },
- },
-
- /**
- * Prevents the link from activating its parent paper-radio-button.
- * @param {!Event} e
- * @private
- */
- onLearnMoreLinkActivated_: function(e) {
- settings.DevicePageBrowserProxyImpl.getInstance().handleLinkEvent(e);
- },
-});
« no previous file with comments | « chrome/browser/resources/settings/device_page/touchpad.html ('k') | chrome/browser/resources/settings/icons.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698