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

Unified Diff: chrome/browser/ui/webui/chromeos/emulator/device_emulator_ui.cc

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/ui/webui/chromeos/emulator/device_emulator_ui.cc
diff --git a/chrome/browser/ui/webui/chromeos/emulator/device_emulator_ui.cc b/chrome/browser/ui/webui/chromeos/emulator/device_emulator_ui.cc
index a9fdf31b09ed68d3471cae0220317edb5d8a56a4..fbcb63567b97f55b31cf0119b44fa0c1ab01392d 100644
--- a/chrome/browser/ui/webui/chromeos/emulator/device_emulator_ui.cc
+++ b/chrome/browser/ui/webui/chromeos/emulator/device_emulator_ui.cc
@@ -35,6 +35,10 @@ content::WebUIDataSource* CreateDeviceEmulatorUIDataSource() {
html->AddResourcePath("bluetooth_settings.js",
IDR_DEVICE_EMULATOR_BLUETOOTH_SETTINGS_JS);
html->AddResourcePath("icons.html", IDR_DEVICE_EMULATOR_ICONS_HTML);
+ html->AddResourcePath("input_device_settings.html",
+ IDR_DEVICE_EMULATOR_INPUT_DEVICE_SETTINGS_HTML);
+ html->AddResourcePath("input_device_settings.js",
+ IDR_DEVICE_EMULATOR_INPUT_DEVICE_SETTINGS_JS);
html->AddResourcePath("device_emulator_pages.html",
IDR_DEVICE_EMULATOR_PAGES_HTML);
html->AddResourcePath("device_emulator_pages.js",
« no previous file with comments | « chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698