Index: chrome/browser/resources/options/settings_banner.js |
diff --git a/chrome/browser/resources/options/settings_banner.js b/chrome/browser/resources/options/settings_banner.js |
index 1b253187e8c161882f9bafe5d624664a54919ad4..dc96c08b864a10de2ad538e5331c4d8e3f4b4dde 100644 |
--- a/chrome/browser/resources/options/settings_banner.js |
+++ b/chrome/browser/resources/options/settings_banner.js |
@@ -2,6 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+// TODO(engedy): AutomaticSettingsResetBanner is the sole class to derive from |
+// SettingsBannerBase. Refactor this into automatic_settings_reset_banner.js. |
+ |
cr.define('options', function() { |
/** |