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

Unified Diff: chrome/browser/resources/extensions/chromeos/kiosk_app_list.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/extensions/chromeos/kiosk_app_list.js
diff --git a/chrome/browser/resources/options/chromeos/kiosk_app_list.js b/chrome/browser/resources/extensions/chromeos/kiosk_app_list.js
similarity index 98%
rename from chrome/browser/resources/options/chromeos/kiosk_app_list.js
rename to chrome/browser/resources/extensions/chromeos/kiosk_app_list.js
index 8500106014c498f1c4af882fb8fbf51e0d10fb0d..1af01cf21eeffa7eb3e8b7da786e9e129c5c7e67 100644
--- a/chrome/browser/resources/options/chromeos/kiosk_app_list.js
+++ b/chrome/browser/resources/extensions/chromeos/kiosk_app_list.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-cr.define('options', function() {
+cr.define('extensions', function() {
/** @const */ var List = cr.ui.List;
/** @const */ var ListItem = cr.ui.ListItem;
/** @const */ var ArrayDataModel = cr.ui.ArrayDataModel;

Powered by Google App Engine
This is Rietveld 408576698