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

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

Issue 597673003: [Search] Make the feature name link to a learn more screen in the first-run experience. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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..bd43f9c488db329ddf52b19ac61ea86bde7dd49b 100644
--- a/chrome/browser/resources/contextual_search/promo.html
+++ b/chrome/browser/resources/contextual_search/promo.html
@@ -14,7 +14,11 @@
<body>
<div id="container">
<p i18n-content="heading" id="heading"></p>
- <p i18n-content="description" id="description"></p>
+ <p id="description">
+ <span i18n-content="description-1"></span>
+ <a class="colored" href="#learn-more" i18n-content="feature-name"></a>
+ <span i18n-content="description-2"></span>
+ </p>
<div id="button-container">
<span class="label"><a href="#optout" i18n-content="optOut"></a></span>
<span id="optin-label" class="label"><a class="colored" href="#optin" i18n-content="optIn"></a></span>
« no previous file with comments | « chrome/browser/resources/contextual_search/promo.css ('k') | chrome/browser/search/contextual_search_promo_source_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698