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

Unified Diff: components/physical_web/webui/resources/physical_web.html

Issue 2626413003: Replace deprecated call to GetMetadata in Physical Web WebUI (Closed)
Patch Set: remove unrelated changes Created 3 years, 11 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 | « components/physical_web/webui/physical_web_ui_constants.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/physical_web/webui/resources/physical_web.html
diff --git a/components/physical_web/webui/resources/physical_web.html b/components/physical_web/webui/resources/physical_web.html
index 434a6b89b964c67ab11abcf57e1d02021cc0b518..a5a0ba698842d76e0b2decc0c2242c55fcc6c695 100644
--- a/components/physical_web/webui/resources/physical_web.html
+++ b/components/physical_web/webui/resources/physical_web.html
@@ -27,12 +27,12 @@
<a class="physicalWebTemplate" id="physicalWebTemplate" jsselect="metadata"
jsvalues="href:resolvedUrl;onclick:'physicalWebItemClicked(' + index + ')'">
<div class="physicalWebIcon">
- <img jsvalues="src:icon" />
+ <img jsvalues="src:pageInfoIcon" />
</div>
<div class="physicalWebText">
- <div class="title" jscontent="title"></div>
+ <div class="title" jscontent="pageInfoTitle"></div>
<div class="resolvedUrl" jscontent="resolvedUrl"></div>
- <div class="description" jscontent="description"></div>
+ <div class="description" jscontent="pageInfoDescription"></div>
</div>
</a>
« no previous file with comments | « components/physical_web/webui/physical_web_ui_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698