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

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

Issue 6374005: DOMUI Prefs: Fix the initial visibility of Search (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/options/advanced_options.js ('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"> 1 <div id="searchPage" class="page hidden">
2 <h1 i18n-content="searchPageTitle"></h1> 2 <h1 i18n-content="searchPageTitle"></h1>
3 <div id="searchPageInfo"> 3 <div id="searchPageInfo">
4 <p i18n-content="searchPageInfo"></p> 4 <p i18n-content="searchPageInfo"></p>
5 </div> 5 </div>
6 <div id="searchPageNoMatches"> 6 <div id="searchPageNoMatches">
7 <p i18n-content="searchPageNoMatches"></p> 7 <p i18n-content="searchPageNoMatches"></p>
8 <p><span i18n-content="searchPageHelpLabel"></span> 8 <p><span i18n-content="searchPageHelpLabel"></span>
9 <a target=_blank" i18n-content="searchPageHelpTitle" 9 <a target=_blank" i18n-content="searchPageHelpTitle"
10 i18n-values="href:searchPageHelpURL"></a> 10 i18n-values="href:searchPageHelpURL"></a>
11 </p> 11 </p>
12 </div> 12 </div>
13 </div> 13 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/advanced_options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698