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

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

Issue 3061049: Start passwords exceptions (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 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
« no previous file with comments | « chrome/browser/resources/options/passwords_exceptions.js ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/personal_options.js
diff --git a/chrome/browser/resources/options/personal_options.js b/chrome/browser/resources/options/personal_options.js
index 972fd9fefa23c0721ce553a0df56e049ab7c86e8..7318c02be1179ab7b8846a2537c1b0c0af13ceff 100644
--- a/chrome/browser/resources/options/personal_options.js
+++ b/chrome/browser/resources/options/personal_options.js
@@ -51,7 +51,7 @@ cr.define('options', function() {
$('showpasswords').onclick = function(event) {
- //TODO(sargrass): Show passwords dialog here.
+ OptionsPage.showPageByName('passwordsExceptions');
};
$('autofill_options').onclick = function(event) {
« no previous file with comments | « chrome/browser/resources/options/passwords_exceptions.js ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698