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

Unified Diff: chrome/browser/resources/md_history/app.js

Issue 2456783006: MD History: fix script errors when navigating to /syncedTabs (or refreshing) (Closed)
Patch Set: . Created 4 years, 1 month 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_history/app.js
diff --git a/chrome/browser/resources/md_history/app.js b/chrome/browser/resources/md_history/app.js
index 7cc406ef400055dc7b2de60a0eed8bbc1c8ca686..e0b6ffa3eaf35b3437167a68143ae58f045050fd 100644
--- a/chrome/browser/resources/md_history/app.js
+++ b/chrome/browser/resources/md_history/app.js
@@ -117,12 +117,6 @@ Polymer({
document.addEventListener('command', this.onCommand_.bind(this));
},
- /** @override */
- attached: function() {
- this.addWebUIListener('sign-in-state-updated',
- this.updateSignInState.bind(this));
- },
-
onFirstRender: function() {
setTimeout(function() {
chrome.send(
« no previous file with comments | « chrome/browser/resources/md_downloads/crisper.js ('k') | chrome/browser/resources/md_history/app.crisper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698