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

Side by Side Diff: chrome/browser/resources/options/options_bundle.js

Issue 403343002: Rename "managed (mode|user)" to "supervised user" (part 8) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // This file exists to aggregate all of the javascript used by the 5 // This file exists to aggregate all of the javascript used by the
6 // settings page into a single file which will be flattened and served 6 // settings page into a single file which will be flattened and served
7 // as a single resource. 7 // as a single resource.
8 <include src="preferences.js"> 8 <include src="preferences.js">
9 <include src="controlled_setting.js"> 9 <include src="controlled_setting.js">
10 <include src="deletable_item_list.js"> 10 <include src="deletable_item_list.js">
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 <include src="hotword_confirm_dialog.js"> 88 <include src="hotword_confirm_dialog.js">
89 <include src="import_data_overlay.js"> 89 <include src="import_data_overlay.js">
90 <include src="language_add_language_overlay.js"> 90 <include src="language_add_language_overlay.js">
91 <if expr="not is_macosx"> 91 <if expr="not is_macosx">
92 <include src="language_dictionary_overlay_word_list.js"> 92 <include src="language_dictionary_overlay_word_list.js">
93 <include src="language_dictionary_overlay.js"> 93 <include src="language_dictionary_overlay.js">
94 </if> 94 </if>
95 <include src="language_list.js"> 95 <include src="language_list.js">
96 <include src="language_options.js"> 96 <include src="language_options.js">
97 <include src="manage_profile_overlay.js"> 97 <include src="manage_profile_overlay.js">
98 <include src="managed_user_create_confirm.js">
99 <include src="managed_user_import.js">
100 <include src="managed_user_learn_more.js">
101 <include src="managed_user_list.js">
102 <include src="managed_user_list_data.js">
103 <include src="options_focus_manager.js"> 98 <include src="options_focus_manager.js">
104 <include src="origin_resources_list.js"> 99 <include src="origin_resources_list.js">
105 <include src="password_manager.js"> 100 <include src="password_manager.js">
106 <include src="password_manager_list.js"> 101 <include src="password_manager_list.js">
107 <include src="profiles_icon_grid.js"> 102 <include src="profiles_icon_grid.js">
108 <include src="reset_profile_settings_banner.js"> 103 <include src="reset_profile_settings_banner.js">
109 <include src="reset_profile_settings_overlay.js"> 104 <include src="reset_profile_settings_overlay.js">
110 <include src="search_engine_manager.js"> 105 <include src="search_engine_manager.js">
111 <include src="search_engine_manager_engine_list.js"> 106 <include src="search_engine_manager_engine_list.js">
112 <include src="search_page.js"> 107 <include src="search_page.js">
113 <include src="startup_overlay.js"> 108 <include src="startup_overlay.js">
109 <include src="supervised_user_create_confirm.js">
110 <include src="supervised_user_import.js">
111 <include src="supervised_user_learn_more.js">
112 <include src="supervised_user_list.js">
113 <include src="supervised_user_list_data.js">
114 <include src="website_settings.js"> 114 <include src="website_settings.js">
115 <include src="../sync_setup_overlay.js"> 115 <include src="../sync_setup_overlay.js">
116 <include src="../uber/uber_utils.js"> 116 <include src="../uber/uber_utils.js">
117 <include src="options.js"> 117 <include src="options.js">
118 <if expr="enable_settings_app"> 118 <if expr="enable_settings_app">
119 <include src="options_settings_app.js"> 119 <include src="options_settings_app.js">
120 </if> 120 </if>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options.js ('k') | chrome/browser/resources/options/supervised_user_create_confirm.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698