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

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

Issue 3190004: dom-ui options: record user metrics for pref changes.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase to r56963. 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"type="checkbox"> 9 <label><input id="autoFillEnabled" pref="autofill.enabled"
10 metric="Options_FormAutofill" type="checkbox">
10 <span i18n-content="autoFillEnabled"></span></label> 11 <span i18n-content="autoFillEnabled"></span></label>
11 </div> 12 </div>
12 13
13 <div class="autofill-section" id="profileSelectContainer"> 14 <div class="autofill-section" id="profileSelectContainer">
14 <div id="profileSelectLeftColumn"> 15 <div id="profileSelectLeftColumn">
15 <select id="profileList" size="10" multiple> 16 <select id="profileList" size="10" multiple>
16 <option value="addressesHeader" disabled 17 <option value="addressesHeader" disabled
17 i18n-content="addressesHeader"></option> 18 i18n-content="addressesHeader"></option>
18 <option value="addressesHorizontalRule" disabled></option> 19 <option value="addressesHorizontalRule" disabled></option>
19 <option value="addressesBlankOption" disabled></option> 20 <option value="addressesBlankOption" disabled></option>
(...skipping 11 matching lines...) Expand all
31 <div><button id="autoFillRemoveButton" i18n-content="deleteButton"> 32 <div><button id="autoFillRemoveButton" i18n-content="deleteButton">
32 </button></div> 33 </button></div>
33 </div> 34 </div>
34 </div> 35 </div>
35 36
36 <div class="autofill-section"> 37 <div class="autofill-section">
37 <a href="http://www.google.com/support/chrome/bin/answer.py?answer=142893" 38 <a href="http://www.google.com/support/chrome/bin/answer.py?answer=142893"
38 target=”_blank” i18n-content="helpButton"></a> 39 target=”_blank” i18n-content="helpButton"></a>
39 </div> 40 </div>
40 </div> 41 </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