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

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

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years, 4 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 <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 <input id="search-field" type="search" 5 <input id="search-field" type="search"
6 i18n-values="placeholder:searchPlaceholder; 6 i18n-values="placeholder:searchPlaceholder;
7 aria-label:searchPlaceholder" incremental> 7 aria-label:searchPlaceholder" incremental>
8 </span> 8 </span>
9 </header> 9 </header>
10 </div> 10 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/profiles_icon_grid.js ('k') | chrome/browser/resources/options/search_engine_manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698