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

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

Issue 1813023002: Add a notice about other forms of history to the CBD dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_component
Patch Set: Update strings. Created 4 years, 8 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
« no previous file with comments | « chrome/browser/resources/options/options.js ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 <include src="alert_overlay.js"> 70 <include src="alert_overlay.js">
71 <include src="autofill_edit_address_overlay.js"> 71 <include src="autofill_edit_address_overlay.js">
72 <include src="autofill_edit_creditcard_overlay.js"> 72 <include src="autofill_edit_creditcard_overlay.js">
73 <include src="autofill_options.js"> 73 <include src="autofill_options.js">
74 <include src="autofill_options_list.js"> 74 <include src="autofill_options_list.js">
75 <include src="automatic_settings_reset_banner.js"> 75 <include src="automatic_settings_reset_banner.js">
76 <include src="browser_options.js"> 76 <include src="browser_options.js">
77 <include src="browser_options_profile_list.js"> 77 <include src="browser_options_profile_list.js">
78 <include src="browser_options_startup_page_list.js"> 78 <include src="browser_options_startup_page_list.js">
79 <include src="clear_browser_data_overlay.js"> 79 <include src="clear_browser_data_overlay.js">
80 <include src="clear_browser_data_history_notice_overlay.js">
80 <include src="confirm_dialog.js"> 81 <include src="confirm_dialog.js">
81 <include src="content_settings.js"> 82 <include src="content_settings.js">
82 <include src="content_settings_exceptions_area.js"> 83 <include src="content_settings_exceptions_area.js">
83 <include src="content_settings_ui.js"> 84 <include src="content_settings_ui.js">
84 <include src="cookies_list.js"> 85 <include src="cookies_list.js">
85 <include src="cookies_view.js"> 86 <include src="cookies_view.js">
86 <include src="easy_unlock_turn_off_overlay.js"> 87 <include src="easy_unlock_turn_off_overlay.js">
87 <include src="factory_reset_overlay.js"> 88 <include src="factory_reset_overlay.js">
88 <include src="font_settings.js"> 89 <include src="font_settings.js">
89 <if expr="enable_google_now"> 90 <if expr="enable_google_now">
(...skipping 30 matching lines...) Expand all
120 <include src="sync_setup_overlay.js"> 121 <include src="sync_setup_overlay.js">
121 <if expr="is_win"> 122 <if expr="is_win">
122 <include src="triggered_reset_profile_settings_overlay.js"> 123 <include src="triggered_reset_profile_settings_overlay.js">
123 </if> 124 </if>
124 <include src="../uber/uber_page_manager_observer.js"> 125 <include src="../uber/uber_page_manager_observer.js">
125 <include src="../uber/uber_utils.js"> 126 <include src="../uber/uber_utils.js">
126 <include src="options.js"> 127 <include src="options.js">
127 <if expr="enable_settings_app"> 128 <if expr="enable_settings_app">
128 <include src="options_settings_app.js"> 129 <include src="options_settings_app.js">
129 </if> 130 </if>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options.js ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698