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

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

Issue 3119038: yRevert 57093 - dom-ui options: record user metrics for pref changes.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 class="page hidden" id="autoFillOptionsPage"> 1 <div class="page hidden" id="autoFillOptionsPage">
2 <h1> 2 <h1>
3 <span i18n-content="personalPage"></span> 3 <span i18n-content="personalPage"></span>
4 &gt; 4 &gt;
5 <span i18n-content="autoFillOptionsTitle"></span> 5 <span i18n-content="autoFillOptionsTitle"></span>
6 </h1> 6 </h1>
7 7
8 <div class="autofill-section"> 8 <div class="autofill-section">
9 <label><input id="autoFillEnabled" pref="autofill.enabled" 9 <label><input id="autoFillEnabled" pref="autofill.enabled"type="checkbox">
10 metric="Options_FormAutofill" type="checkbox">
11 <span i18n-content="autoFillEnabled"></span></label> 10 <span i18n-content="autoFillEnabled"></span></label>
12 </div> 11 </div>
13 12
14 <div class="autofill-section" id="profileSelectContainer"> 13 <div class="autofill-section" id="profileSelectContainer">
15 <div id="profileSelectLeftColumn"> 14 <div id="profileSelectLeftColumn">
16 <select id="profileList" size="10" multiple> 15 <select id="profileList" size="10" multiple>
17 <option value="addressesHeader" disabled 16 <option value="addressesHeader" disabled
18 i18n-content="addressesHeader"></option> 17 i18n-content="addressesHeader"></option>
19 <option value="addressesHorizontalRule" disabled></option> 18 <option value="addressesHorizontalRule" disabled></option>
20 <option value="addressesBlankOption" disabled></option> 19 <option value="addressesBlankOption" disabled></option>
(...skipping 11 matching lines...) Expand all
32 <div><button id="autoFillRemoveButton" i18n-content="deleteButton"> 31 <div><button id="autoFillRemoveButton" i18n-content="deleteButton">
33 </button></div> 32 </button></div>
34 </div> 33 </div>
35 </div> 34 </div>
36 35
37 <div class="autofill-section"> 36 <div class="autofill-section">
38 <a href="http://www.google.com/support/chrome/bin/answer.py?answer=142893" 37 <a href="http://www.google.com/support/chrome/bin/answer.py?answer=142893"
39 target=”_blank” i18n-content="helpButton"></a> 38 target=”_blank” i18n-content="helpButton"></a>
40 </div> 39 </div>
41 </div> 40 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/advanced_options.js ('k') | chrome/browser/resources/options/browser_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698