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 dc96c08b864a10de2ad538e5331c4d8e3f4b4dde..1b253187e8c161882f9bafe5d624664a54919ad4 100644 |
--- a/chrome/browser/resources/options/settings_banner.js |
+++ b/chrome/browser/resources/options/settings_banner.js |
@@ -2,9 +2,6 @@ |
// 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. |
Dan Beam
2014/09/05 19:21:45
why did you remove? is this done?
engedy
2014/09/10 13:46:26
This would have been necessitated by the very remo
|
- |
cr.define('options', function() { |
/** |