Chromium Code Reviews| Index: chrome/browser/resources/settings/route.html |
| diff --git a/chrome/browser/resources/settings/route.html b/chrome/browser/resources/settings/route.html |
| index 1300e8577e7129c6b06daaf0c53839d8a7e6c7e0..4156107d5e5d42deae4f3ac950e6d212e79cf7f7 100644 |
| --- a/chrome/browser/resources/settings/route.html |
| +++ b/chrome/browser/resources/settings/route.html |
| @@ -1,4 +1,5 @@ |
| <link rel="import" href="chrome://resources/html/cr.html"> |
| <link rel="import" href="i18n_setup.html"> |
| +<link rel="import" href="page_visibility.html"> |
|
dpapad
2017/06/28 21:48:41
This should be in the next CL, since route.js is n
scottchen
2017/06/29 18:57:21
Acknowledged.
|
| <script src="route.js"></script> |