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

Unified Diff: chrome/browser/resources/chromeos/emulator/device_emulator_pages.html

Issue 2006083002: Use fake Input Device Settings with chrome://device-emulator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DevicePageTestsFixes
Patch Set: Created 4 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/chromeos/emulator/device_emulator_pages.html
diff --git a/chrome/browser/resources/chromeos/emulator/device_emulator_pages.html b/chrome/browser/resources/chromeos/emulator/device_emulator_pages.html
index df9dd06952258a1505c335bceb0e3c9130ff222a..a63e69a84be59460dfdce536f03579d0d91ace8a 100644
--- a/chrome/browser/resources/chromeos/emulator/device_emulator_pages.html
+++ b/chrome/browser/resources/chromeos/emulator/device_emulator_pages.html
@@ -16,6 +16,7 @@
<link rel="import" href="battery_settings.html">
<link rel="import" href="bluetooth_settings.html">
<link rel="import" href="icons.html">
+<link rel="import" href="input_device_settings.html">
<link rel="import" href="shared_styles.html">
<dom-module id="device-emulator-pages">
@@ -75,6 +76,10 @@
<iron-icon icon="device-emulator:bluetooth" item-icon></iron-icon>
Bluetooth
</paper-icon-item>
+ <paper-icon-item>
+ <iron-icon icon="device-emulator:mouse" item-icon></iron-icon>
+ Input Devices
+ </paper-icon-item>
</paper-listbox>
</paper-header-panel>
<paper-header-panel main class="flex layout vertical">
@@ -89,6 +94,8 @@
<audio-settings id="audioSettings"></audio-settings>
<battery-settings id="batterySettings"></battery-settings>
<bluetooth-settings id="bluetoothSettings"></bluetooth-settings>
+ <input-device-settings id="inputDeviceSettings">
+ </input-device-settings>
</neon-animated-pages>
</paper-header-panel>
</paper-drawer-panel>

Powered by Google App Engine
This is Rietveld 408576698