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

Unified Diff: chrome/browser/resources/options/passwords_exceptions.js

Issue 3086017: Add tabs to passwords and exceptions subpage (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: add todo for mac Created 10 years, 4 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/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
« no previous file with comments | « chrome/browser/resources/options/passwords_exceptions.html ('k') | chrome/browser/resources/options/personal_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698