| Index: chrome/browser/resources/md_user_manager/user_manager.js
|
| diff --git a/chrome/browser/resources/md_user_manager/user_manager.js b/chrome/browser/resources/md_user_manager/user_manager.js
|
| index caaf404f0a4a55fe673542128c521540944b914d..158bac1f8a2e1d3d81b7d1a005e94f50ee4035ee 100644
|
| --- a/chrome/browser/resources/md_user_manager/user_manager.js
|
| +++ b/chrome/browser/resources/md_user_manager/user_manager.js
|
| @@ -57,8 +57,7 @@ cr.define('cr.ui', function() {
|
| // make sense when displayed as a widget.
|
| document.addEventListener('contextmenu', function(e) {e.preventDefault();});
|
|
|
| - if (window.location.hash == '#tutorial')
|
| - document.querySelector('user-manager-tutorial').startTutorial();
|
| + // TODO(mahmadi): start the tutorial if the location hash is #tutorial.
|
| };
|
|
|
| /**
|
|
|