| Index: chrome/browser/resources/settings/settings_ui/settings_ui.js
|
| diff --git a/chrome/browser/resources/settings/settings_ui/settings_ui.js b/chrome/browser/resources/settings/settings_ui/settings_ui.js
|
| index afc8726873188ce436ee3b1e39a9702e29660741..efb960be8fedd4650de186b3b731c13c40483f99 100644
|
| --- a/chrome/browser/resources/settings/settings_ui/settings_ui.js
|
| +++ b/chrome/browser/resources/settings/settings_ui/settings_ui.js
|
| @@ -165,11 +165,14 @@ Polymer({
|
|
|
| /** @override */
|
| attached: function() {
|
| + document.documentElement.classList.remove('loading');
|
| +
|
| setTimeout(function() {
|
| chrome.send(
|
| 'metricsHandler:recordTime',
|
| ['Settings.TimeUntilInteractive', window.performance.now()]);
|
| });
|
| +
|
| // Preload bold Roboto so it doesn't load and flicker the first time used.
|
| document.fonts.load('bold 12px Roboto');
|
| settings.setGlobalScrollTarget(this.$.container);
|
|
|