| Index: chrome/browser/resources/contextual_search/promo.html
|
| diff --git a/chrome/browser/resources/contextual_search/promo.html b/chrome/browser/resources/contextual_search/promo.html
|
| index 4d5e1120d58481e7e163759ea6f2b4e54f7ed51f..e5f9478557b7b164dbd6f6441f285bf191167f2d 100644
|
| --- a/chrome/browser/resources/contextual_search/promo.html
|
| +++ b/chrome/browser/resources/contextual_search/promo.html
|
| @@ -4,15 +4,16 @@
|
| Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file. -->
|
| <head>
|
| - <script src="../../../../ui/webui/resources/js/util.js"></script>
|
| - <script src="../../../../ui/webui/resources/js/load_time_data.js"></script>
|
| - <script src="promo.js"></script>
|
| - <link rel="stylesheet" href="promo.css">
|
| <meta charset="utf-8">
|
| <meta name="viewport" content="width=device-width, user-scalable=no">
|
| + <title>Contextual Search First-Run</title>
|
| + <link rel="stylesheet" href="promo.css">
|
| + <script src="chrome://contextual-search-promo/config.js"></script>
|
| + <script src="chrome://contextual-search-promo/promo.js"></script>
|
| </head>
|
| <body>
|
| <div id="container">
|
| + <img id="header-image" src="header.svg">
|
| <p i18n-content="heading" id="heading"></p>
|
| <p i18n-content="description" id="description"></p>
|
| <div id="button-container">
|
|
|