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

Unified Diff: tracing/tracing/ui/base/overlay.html

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Sync to head Created 4 years, 5 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: tracing/tracing/ui/base/overlay.html
diff --git a/tracing/tracing/ui/base/overlay.html b/tracing/tracing/ui/base/overlay.html
index a7196420d5bb2afc98f5afb7824de275045b2b50..634423bf1ea2248819940788bfdfde07ffae40eb 100644
--- a/tracing/tracing/ui/base/overlay.html
+++ b/tracing/tracing/ui/base/overlay.html
@@ -226,6 +226,7 @@ tr.exportTo('tr.ui.b', function() {
if (this.userCanClose_) {
this.addEventListener('keydown', this.onKeyDown_.bind(this));
this.addEventListener('click', this.onDocumentClick_.bind(this));
+ this.closeBtn_.addEventListener('click', this.onClose_);
}
this.parentEl_.addEventListener('focusin', this.onFocusIn_);

Powered by Google App Engine
This is Rietveld 408576698