Commit d95e2fff authored by michaelpg's avatar michaelpg Committed by Commit bot

Fix sync settings metric

Metric exists but is spelled wrong in JS.

R=tim@chromium.org,estade@chromium.org

Review URL: https://codereview.chromium.org/572113002

Cr-Commit-Position: refs/heads/master@{#296578}
parent 4d2bfd85
......@@ -815,7 +815,7 @@ cr.define('options', function() {
*/
showSetupUI_: function() {
chrome.send('SyncSetupShowSetupUI');
chrome.send('coreOptionsUserMetricsAction', ['Options_SyncShowAdvanced']);
chrome.send('coreOptionsUserMetricsAction', ['Options_ShowSyncAdvanced']);
},
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment