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

Side by Side Diff: chrome/browser/resources/options2/search_page.html

Issue 9288016: [uber page] Split out part of headers CL to make review easier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing accidental CL leakage Created 8 years, 11 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
« no previous file with comments | « chrome/browser/resources/options2/search_engine_manager.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="searchPage" class="page" hidden> 1 <div id="searchPage" class="page" hidden>
2 <span id="search-page-search-field-container" class="search-field-container"> 2 <span id="search-page-search-field-container" class="search-field-container">
3 <!-- When the search page is activated, the search field is taken from the 3 <!-- When the search page is activated, the search field is taken from the
4 Browser Options page, and moved here. 4 Browser Options page, and moved here.
5 --> 5 -->
6 </span> 6 </span>
7 <h1 i18n-content="searchPage"></h1> 7 <header><h1 i18n-content="searchPage"></h1></header>
8 <div id="searchPageNoMatches"> 8 <div id="searchPageNoMatches">
9 <p i18n-content="searchPageNoMatches"></p> 9 <p i18n-content="searchPageNoMatches"></p>
10 <p><span i18n-content="searchPageHelpLabel"></span> 10 <p><span i18n-content="searchPageHelpLabel"></span>
11 <a target="_blank" i18n-content="searchPageHelpTitle" 11 <a target="_blank" i18n-content="searchPageHelpTitle"
12 i18n-values="href:searchPageHelpURL"></a> 12 i18n-values="href:searchPageHelpURL"></a>
13 </p> 13 </p>
14 </div> 14 </div>
15 </div> 15 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/search_engine_manager.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698