Index: chrome/browser/resources/options/passwords_exceptions.js |
diff --git a/chrome/browser/resources/options/passwords_exceptions.js b/chrome/browser/resources/options/passwords_exceptions.js |
index bf5b8676c8eee1218a9dc9e22dab61e475d024ed..313a6dd503aefa495ba04544b16d2ad8bdbd6dea 100644 |
--- a/chrome/browser/resources/options/passwords_exceptions.js |
+++ b/chrome/browser/resources/options/passwords_exceptions.js |
@@ -14,6 +14,7 @@ cr.define('options', function() { |
* @constructor |
*/ |
function PasswordsExceptions() { |
+ this.activeNavTab = null; |
OptionsPage.call(this, 'passwordsExceptions', |
templateData.passwordsExceptionsTitle, |
'passwordsExceptionsPage'); |
@@ -27,8 +28,11 @@ cr.define('options', function() { |
initializePage: function() { |
OptionsPage.prototype.initializePage.call(this); |
- // TODO(sargrass): Add initialization here. |
- } |
+ // TODO(sargrass): Passwords filter page -------------------------- |
+ |
+ // TODO(sargrass): Exceptions filter page ------------------------- |
+ |
+ }, |
}; |
// Export |