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

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: make dependent on a11y fix 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/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..6cbb10797dd25dd7f88cd2400a7f0ec882c32c5f 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">
@@ -43,8 +44,8 @@
}
paper-drawer-panel paper-listbox paper-icon-item {
- padding: 10px 5px;
-webkit-margin-start: 20px;
+ padding: 10px 5px;
}
neon-animated-pages > * {
@@ -52,8 +53,8 @@
background-color: white;
display: block;
margin: 20px;
- position: relative !important;
padding: 0 20px 20px 20px;
+ position: relative !important;
}
</style>
<paper-drawer-panel>
@@ -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