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

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

Issue 2106013002: Move settings-section animations into setting-section, make better (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Transitions
Patch Set: Refactor Created 4 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 side-by-side diff with in-line comments
Download patch
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 b7a50fd1e6030ca4ab8cfedd0217ebc265f4b451..9c1b689f61968b9e12e1b583f3d7aa2359af7d4d 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -224,11 +224,11 @@
<structure name="IDR_SETTINGS_SETTINGS_SHARED_CSS_HTML"
file="settings_shared_css.html"
type="chrome_html" />
- <structure name="IDR_SETTINGS_TRANSITION_BEHAVIOR_HTML"
- file="settings_page/transition_behavior.html"
+ <structure name="IDR_SETTINGS_OPEN_SECTION_TRANSITION_HTML"
+ file="settings_page/open_section_transition.html"
type="chrome_html" />
- <structure name="IDR_SETTINGS_TRANSITION_BEHAVIOR_JS"
- file="settings_page/transition_behavior.js"
+ <structure name="IDR_SETTINGS_OPEN_SECTION_TRANSITION_JS"
+ file="settings_page/open_section_transition.js"
type="chrome_html" />
<structure name="IDR_SETTINGS_CR_SETTINGS_UI_HTML"
file="settings_ui/settings_ui.html"

Powered by Google App Engine
This is Rietveld 408576698