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

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

Issue 5025001: Removed Labs section from Chrome OS settings page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed RegisterPref call Created 10 years, 1 month 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/dom_ui/options/options_ui.cc ('k') | chrome/browser/resources/options/chromeos_labs.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options.html
diff --git a/chrome/browser/resources/options.html b/chrome/browser/resources/options.html
index f28de4fe49998450be6854f9ed8a4eaac40a81c5..b268267987900cc967a56909968335fd9424e92e 100644
--- a/chrome/browser/resources/options.html
+++ b/chrome/browser/resources/options.html
@@ -195,10 +195,6 @@ function load() {
if (cr.isChromeOS) {
OptionsPage.register(AccountsOptions.getInstance());
- var labsOptions = new OptionsPage('labs',
- localStrings.getString('labsPage'),
- 'labsPage');
- OptionsPage.register(labsOptions);
OptionsPage.registerSubPage(LanguageOptions.getInstance());
OptionsPage.registerSubPage(new OptionsPage(
'languageChewing',
@@ -325,7 +321,6 @@ window.onpopstate = function(e) {
<include src="options/chromeos_language_hangul_options.html">
<include src="options/chromeos_language_mozc_options.html">
<include src="options/chromeos_language_pinyin_options.html">
- <include src="options/chromeos_labs.html">
<include src="options/chromeos_accounts_options.html">
<include src="options/chromeos_proxy.html">
</if>
« no previous file with comments | « chrome/browser/dom_ui/options/options_ui.cc ('k') | chrome/browser/resources/options/chromeos_labs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698