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

Unified Diff: chrome/browser/resources/options2/options_bundle.js

Issue 9232010: [uber page] Migrate all elements in the 'System' (cros) page to new locations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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/options2/options_bundle.js
===================================================================
--- chrome/browser/resources/options2/options_bundle.js (revision 117867)
+++ chrome/browser/resources/options2/options_bundle.js (working copy)
@@ -20,7 +20,6 @@
<include src="chromeos/internet_network_element.js"></include>
<include src="chromeos/internet_options.js"></include>
<include src="chromeos/internet_detail.js"></include>
- <include src="chromeos/system_options.js"></include>
<include src="chromeos/bluetooth_device_list.js"></include>
<include src="chromeos/bluetooth_add_device_overlay.js"></include>
<include src="chromeos/bluetooth_pair_device_overlay.js"></include>
@@ -37,7 +36,6 @@
var ChangePictureOptions = options.ChangePictureOptions;
var InternetOptions = options.InternetOptions;
var DetailsInternetPage = options.internet.DetailsInternetPage;
- var SystemOptions = options.SystemOptions;
var BluetoothOptions = options.BluetoothOptions;
var BluetoothPairing = options.BluetoothPairing;
var KeyboardOverlay = options.KeyboardOverlay;

Powered by Google App Engine
This is Rietveld 408576698