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

Unified Diff: chrome/browser/resources/contextual_search/promo.html

Issue 587803003: [Search] Add a header image to the promo flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits 2 Created 6 years, 3 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/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">
« no previous file with comments | « chrome/browser/resources/contextual_search/promo.css ('k') | chrome/browser/resources/contextual_search/promo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698