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

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

Issue 389663004: [Resources] Fix promo.html to navigate to fragments instead of a real link (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/search/contextual_search_promo_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7c27e5c9c6e681d0a68a34f5dbf965ee29a031bd..4ee52e261ac3ca1f1e9ff77969c865d3f8ab3b12 100644
--- a/chrome/browser/resources/contextual_search/promo.html
+++ b/chrome/browser/resources/contextual_search/promo.html
@@ -12,7 +12,7 @@
<body>
<!--TODO(mathp): Update this text. -->
<p>Hello, world!</p>
- <p><a href="optin.html">Yes</a></p>
- <p><a href="optout.html">No</a></p>
+ <p><a href="#optin">Yes</a></p>
+ <p><a href="#optout">No</a></p>
</body>
</html>
« no previous file with comments | « no previous file | chrome/browser/search/contextual_search_promo_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698