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

Unified Diff: chrome/browser/resources/md_user_manager/user_manager.js

Issue 1842703004: Revert "MD user manager (learn more page, user manager tutorial)" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/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.
};
/**

Powered by Google App Engine
This is Rietveld 408576698