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

Unified Diff: chrome/browser/resources/options/personal_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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/personal_options.html
===================================================================
--- chrome/browser/resources/options/personal_options.html (revision 57095)
+++ chrome/browser/resources/options/personal_options.html (working copy)
@@ -29,14 +29,14 @@
<input id="passwords_asktosave"
name="passwords_radio"
pref="profile.password_manager_enabled"
- type="radio" value="true" metric="Options_PasswordManager">
+ type="radio" value="true">
<span i18n-content="passwords_asktosave"></span>
</label>
<label>
<input id="passwords_neversave"
name="passwords_radio"
pref="profile.password_manager_enabled"
- type="radio" value="false" metric="Options_PasswordManager">
+ type="radio" value="false">
<span i18n-content="passwords_neversave"></span>
</label>
<div><button id="showpasswords"
@@ -71,13 +71,13 @@
<label>
<input name="decorations_radio"
pref="browser.custom_chrome_frame"
- type="radio" value="false" metric="Options_CustomFrame">
+ type="radio" value="false">
<span i18n-content="showWindow_decorations_radio"></span>
</label>
<label>
<input name="decorations_radio"
pref="browser.custom_chrome_frame"
- type="radio" value="true" metric="Options_CustomFrame">
+ type="radio" value="true">
<span i18n-content="hideWindow_decorations_radio"></span>
</label>
</div>
« no previous file with comments | « chrome/browser/resources/options/font_settings_overlay.html ('k') | chrome/browser/resources/options/personal_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698