diff options
Diffstat (limited to 'chrome/browser/resources/chromeos/proxy_settings.html')
-rw-r--r-- | chrome/browser/resources/chromeos/proxy_settings.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/resources/chromeos/proxy_settings.html b/chrome/browser/resources/chromeos/proxy_settings.html index 97fa8ee..0bbf345 100644 --- a/chrome/browser/resources/chromeos/proxy_settings.html +++ b/chrome/browser/resources/chromeos/proxy_settings.html @@ -9,8 +9,10 @@ <link rel="stylesheet" href="../options2/chromeos/internet_detail.css"> <link rel="stylesheet" href="proxy_settings.css"> <script src="chrome://resources/js/cr.js"></script> +<script src="chrome://resources/js/event_tracker.js"></script> <script src="chrome://resources/js/cr/event_target.js"></script> <script src="chrome://resources/js/cr/ui.js"></script> +<script src="chrome://resources/js/cr/ui/touch_handler.js"></script> <script src="chrome://resources/js/cr/ui/array_data_model.js"></script> <script src="chrome://resources/js/cr/ui/list_selection_model.js"></script> <script src="chrome://resources/js/cr/ui/list_selection_controller.js"></script> |