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

Side by Side Diff: chrome/browser/resources/contextual_search/promo.html

Issue 392273004: [Resources] Add the Roboto font for contextual_search_promo_source and localize strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweaks 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 3 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. --> 5 found in the LICENSE file. -->
6 <head> 6 <head>
7 <script src="promo.js"></script> 7 <script src="promo.js"></script>
8 <script src="../../../../ui/webui/resources/js/util.js"></script>
9 <script src="../../../../ui/webui/resources/js/load_time_data.js"></script>
8 <link rel="stylesheet" href="promo.css"> 10 <link rel="stylesheet" href="promo.css">
9 <meta charset="utf-8"> 11 <meta charset="utf-8">
10 <meta name="viewport" content="width=device-width, user-scalable=no"> 12 <meta name="viewport" content="width=device-width, user-scalable=no">
11 </head> 13 </head>
12 <body> 14 <body>
13 <!--TODO(mathp): Update this text. --> 15 <p i18n-content="description"></p>
14 <p>Hello, world!</p> 16 <div class='label'><a class='colored' href="#optin" i18n-content="optIn"></a>< /div>
15 <p><a href="#optin">Yes</a></p> 17 <div class='label'><a href="#optout" i18n-content="optOut"></a></div>
16 <p><a href="#optout">No</a></p>
17 </body> 18 </body>
18 </html> 19 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/contextual_search/promo.css ('k') | chrome/browser/resources/contextual_search/roboto.woff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698