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

Unified Diff: chrome/browser/resources/options.html

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. 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.html
diff --git a/chrome/browser/resources/options.html b/chrome/browser/resources/options.html
index 12b4c2acc969382da784ecdb52af635af459f3ab..3a71e0971aa8fb3c4cdf7ced9701a59acfd3de3d 100644
--- a/chrome/browser/resources/options.html
+++ b/chrome/browser/resources/options.html
@@ -45,6 +45,11 @@ function load() {
localStrings.getString('labsPage'),
'labsPage');
OptionsPage.register(labsOptions);
+ var languageSettings = new OptionsPage('language',
+ localStrings.getString(
+ 'languagePage'),
+ 'languagePage');
+ OptionsPage.registerSubPage(languageSettings);
}
var syncSettings = new OptionsPage('sync',
@@ -98,6 +103,7 @@ window.onpopstate = function(e) {
<div id="mainview">
<if expr="pp_ifdef('chromeos')">
<include src="options/chromeos_system_options.html">
+ <include src="options/chromeos_language_options.html">
<include src="options/chromeos_labs.html">
<include src="options/sync_options.html" >
</if>
« no previous file with comments | « chrome/browser/dom_ui/options_ui.cc ('k') | chrome/browser/resources/options/chromeos_language_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698