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

Unified Diff: chrome/browser/resources/settings/site_settings/site_settings_behavior.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/site_settings_behavior.js
diff --git a/chrome/browser/resources/settings/site_settings/site_settings_behavior.js b/chrome/browser/resources/settings/site_settings/site_settings_behavior.js
index 121f5d66db0ee2ee25c559e8aa0e8e45181ace3c..5a33742a41383f8ecb8cd5f3c9a63e58f5e841a8 100644
--- a/chrome/browser/resources/settings/site_settings/site_settings_behavior.js
+++ b/chrome/browser/resources/settings/site_settings/site_settings_behavior.js
@@ -39,11 +39,13 @@ var SiteSettingsBehaviorImpl = {
browserProxy: Object,
},
+ /** @override */
created: function() {
this.browserProxy =
settings.SiteSettingsPrefsBrowserProxyImpl.getInstance();
},
+ /** @override */
ready: function() {
this.PermissionValues = settings.PermissionValues;
},

Powered by Google App Engine
This is Rietveld 408576698