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

Unified Diff: components/resources/proximity_auth_resources.grdp

Issue 1135293002: Hook up PA_LOG() logs to chrome://proximity-auth WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stop using release() Created 5 years, 7 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/proximity_auth/webui/resources/log-panel.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resources/proximity_auth_resources.grdp
diff --git a/components/resources/proximity_auth_resources.grdp b/components/resources/proximity_auth_resources.grdp
index de31945a817ccffd113d9075665795b0dcfa095e..b2c236e85b24de24a41f3d0e47a63b4c6761f8c0 100644
--- a/components/resources/proximity_auth_resources.grdp
+++ b/components/resources/proximity_auth_resources.grdp
@@ -18,4 +18,8 @@
file="../proximity_auth/webui/resources/device-list.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_PROXIMITY_AUTH_DEVICE_LIST_JS"
file="../proximity_auth/webui/resources/device-list.js" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_PROXIMITY_AUTH_LOG_BUFFER_HTML"
+ file="../proximity_auth/webui/resources/log-buffer.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_PROXIMITY_AUTH_LOG_BUFFER_JS"
+ file="../proximity_auth/webui/resources/log-buffer.js" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
</grit-part>
« no previous file with comments | « components/proximity_auth/webui/resources/log-panel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698