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

Unified Diff: chrome/browser/resources/settings/site_settings/media_picker.js

Issue 2847963003: [MD settings] specify @override on created, ready, and attached (Closed)
Patch Set: Created 3 years, 8 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/settings/site_settings/media_picker.js
diff --git a/chrome/browser/resources/settings/site_settings/media_picker.js b/chrome/browser/resources/settings/site_settings/media_picker.js
index 178e06498e54449428baa1e5a6bada86f61ea1e1..213eea72274697e333a3e70805cf84c72859febc 100644
--- a/chrome/browser/resources/settings/site_settings/media_picker.js
+++ b/chrome/browser/resources/settings/site_settings/media_picker.js
@@ -28,6 +28,7 @@ Polymer({
devices: Array,
},
+ /** @override */
ready: function() {
this.addWebUIListener('updateDevicesMenu',
this.updateDevicesMenu_.bind(this));

Powered by Google App Engine
This is Rietveld 408576698