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

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

Issue 651643006: Show About link in Settings instead of version number for M39 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2171
Patch Set: Created 6 years, 2 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
1 <div id="searchBox" class="page"> 1 <div id="searchBox" class="page">
2 <header > 2 <header >
3 <span id="browser-options-search-field-container" 3 <span id="browser-options-search-field-container"
4 class="search-field-container"> 4 class="search-field-container">
5 <button id="about-button" class="link-button" hidden
6 i18n-content="aboutButton">
7 </button>
5 <input id="search-field" type="search" 8 <input id="search-field" type="search"
6 i18n-values="placeholder:searchPlaceholder; 9 i18n-values="placeholder:searchPlaceholder;
7 aria-label:searchPlaceholder" incremental> 10 aria-label:searchPlaceholder" incremental>
8 </span> 11 </span>
9 </header> 12 </header>
10 </div> 13 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options.js ('k') | chrome/browser/ui/webui/options/core_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698