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

Unified Diff: ui/webui/resources/cr_elements/cr_drawer/cr_drawer.html

Issue 2958153002: MD-Settings: Don't use title as a property because it's overloaded. (Closed)
Patch Set: Created 3 years, 6 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: ui/webui/resources/cr_elements/cr_drawer/cr_drawer.html
diff --git a/ui/webui/resources/cr_elements/cr_drawer/cr_drawer.html b/ui/webui/resources/cr_elements/cr_drawer/cr_drawer.html
index 1b1bbe490eb56cbf146430c06fd12f6c7ac3f1ea..20d15055f7b78d91a9b7a849650923e25f19f054 100644
--- a/ui/webui/resources/cr_elements/cr_drawer/cr_drawer.html
+++ b/ui/webui/resources/cr_elements/cr_drawer/cr_drawer.html
@@ -70,7 +70,7 @@
}
</style>
<div id="container" on-tap="onContainerTap_">
- <div class="drawer-header" tabindex="-1">[[title]]</div>
+ <div class="drawer-header" tabindex="-1">[[heading]]</div>
<content></content>
</div>
</template>
« no previous file with comments | « chrome/browser/resources/settings/settings_ui/settings_ui.html ('k') | ui/webui/resources/cr_elements/cr_drawer/cr_drawer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698