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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 2754563002: MD Settings: Lazy load the contents of the "advanced" settings. (Closed)
Patch Set: Address comments. Created 3 years, 9 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
« no previous file with comments | « chrome/browser/resources/settings/settings_page/main_page_behavior.js ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index 8a904c1a6d705b86bc267224c047906aa2d62695..4884b3f6a91905eff449d23a2f1268082d8b86bf 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -419,11 +419,11 @@
<structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_JS"
file="controls/settings_radio_group.js"
type="chrome_html" />
- <structure name="IDR_SETTINGS_CONTROLS_SETTINGS_IDLE_RENDER_HTML"
- file="controls/settings_idle_render.html"
+ <structure name="IDR_SETTINGS_CONTROLS_SETTINGS_IDLE_LOAD_HTML"
+ file="controls/settings_idle_load.html"
type="chrome_html" />
- <structure name="IDR_SETTINGS_CONTROLS_SETTINGS_IDLE_RENDER_JS"
- file="controls/settings_idle_render.js"
+ <structure name="IDR_SETTINGS_CONTROLS_SETTINGS_IDLE_LOAD_JS"
+ file="controls/settings_idle_load.js"
type="chrome_html" />
<structure name="IDR_SETTINGS_CONTROLS_SLIDER_HTML"
file="controls/settings_slider.html"
« no previous file with comments | « chrome/browser/resources/settings/settings_page/main_page_behavior.js ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698