| Index: chrome/browser/resources/options/route.html
|
| diff --git a/chrome/browser/resources/options/route.html b/chrome/browser/resources/options/route.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..decc1de52021e800443f35147752b004d65809a2
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/options/route.html
|
| @@ -0,0 +1,6 @@
|
| +<!-- TODO(xiaoyinh@): This file is a copy of
|
| + chrome/browser/resources/settings/route.html,
|
| +should be removed once we don't need to support options -->
|
| +<link rel="import" href="chrome://resources/html/cr.html">
|
| +
|
| +<script src="route.js"></script>
|
|
|