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

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

Issue 15966004: cros: Move kiosk settings to extensions page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix space Created 7 years, 7 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/options_bundle.js
diff --git a/chrome/browser/resources/options/options_bundle.js b/chrome/browser/resources/options/options_bundle.js
index 451ea4fddcc873a013134c526f9eed65616244dc..0fd333005d9bbad60b0ea84db169fef8c656b630 100644
--- a/chrome/browser/resources/options/options_bundle.js
+++ b/chrome/browser/resources/options/options_bundle.js
@@ -31,7 +31,6 @@
<include src="chromeos/display_options.js"></include>
<include src="chromeos/display_overscan.js"></include>
<include src="chromeos/keyboard_overlay.js"></include>
- <include src="chromeos/kiosk_apps.js"></include>
<include src="chromeos/pointer_overlay.js"></include>
var AccountsOptions = options.AccountsOptions;
var ChangePictureOptions = options.ChangePictureOptions;
@@ -41,8 +40,6 @@
var BluetoothOptions = options.BluetoothOptions;
var BluetoothPairing = options.BluetoothPairing;
var KeyboardOverlay = options.KeyboardOverlay;
- var KioskAppsOverlay = options.KioskAppsOverlay;
- var KioskDisableBailoutConfirm = options.KioskDisableBailoutConfirm;
var PointerOverlay = options.PointerOverlay;
var UIAccountTweaks = uiAccountTweaks.UIAccountTweaks;
</if>
« no previous file with comments | « chrome/browser/resources/options/options.js ('k') | chrome/browser/ui/webui/extensions/chromeos/kiosk_apps_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698