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

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

Issue 1133403004: Revert of [Contextual Search] Remove opt-in code. (patchset #6 id:100001 of https://codereview.chro… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2403
Patch Set: Created 5 years, 7 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
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
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
5 found in the LICENSE file. -->
6 <head>
7 <meta charset="utf-8">
8 <meta name="viewport" content="width=device-width, user-scalable=no">
9 <title>Contextual Search First-Run</title>
10 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
11 <link rel="stylesheet" href="promo.css">
12 <script src="chrome://contextual-search-promo/config.js"></script>
13 <script src="chrome://contextual-search-promo/promo.js"></script>
14 </head>
15 <body>
16 <div id="container">
17 <div class="header-image portrait"></div>
18 <div id="heading" i18n-content="heading"></div>
19 <div class="header-image landscape"></div>
20 <div id="description">
21 <span i18n-content="description-1"></span>
22 <a class="colored-link" href="#learn-more"
23 i18n-content="feature-name">
24 </a>
25 <span i18n-content="description-2"></span>
26 </div>
27 <div id="button-container">
28 <button id="optout-button">
29 <span class="caption" i18n-content="optOut"></span>
30 </button>
31 <button id="optin-button">
32 <span class="caption" i18n-content="optIn"></span>
33 </button>
34 </div>
35 </div>
36 </body>
37 </html>
OLDNEW
« 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