Chromium Code Reviews

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

Issue 2958003: First cut at adding the Languages and Input options sub page. (Closed)
Patch Set: make it a comment Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/resources/options/chromeos_language_options.html ('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/chromeos_system_options.js
diff --git a/chrome/browser/resources/options/chromeos_system_options.js b/chrome/browser/resources/options/chromeos_system_options.js
index 48af6ae4163bfa1f62e84b15b2b2e58a74534e1f..0f94a8850b1109ca4d93e66a33521545a5c998e0 100644
--- a/chrome/browser/resources/options/chromeos_system_options.js
+++ b/chrome/browser/resources/options/chromeos_system_options.js
@@ -36,7 +36,7 @@ SystemOptions.prototype = {
}
$('language-button').onclick = function(event) {
- // TODO: Open ChromeOS language settings page.
+ OptionsPage.showPageByName('language');
};
},
};
« no previous file with comments | « chrome/browser/resources/options/chromeos_language_options.html ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine