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

Unified Diff: components/proximity_auth/webui/proximity_auth_ui.cc

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
Index: components/proximity_auth/webui/proximity_auth_ui.cc
diff --git a/components/proximity_auth/webui/proximity_auth_ui.cc b/components/proximity_auth/webui/proximity_auth_ui.cc
index 66e449eba62e45d15dd4959b1177eaa18fdf46ea..bcc4ffa6d4ecf2d85158a599c3f733ddbc494018 100644
--- a/components/proximity_auth/webui/proximity_auth_ui.cc
+++ b/components/proximity_auth/webui/proximity_auth_ui.cc
@@ -33,6 +33,9 @@ ProximityAuthUI::ProximityAuthUI(content::WebUI* web_ui)
source->AddResourcePath("device-list.html",
IDR_PROXIMITY_AUTH_DEVICE_LIST_HTML);
source->AddResourcePath("device-list.js", IDR_PROXIMITY_AUTH_DEVICE_LIST_JS);
+ source->AddResourcePath("log-buffer.html",
+ IDR_PROXIMITY_AUTH_LOG_BUFFER_HTML);
+ source->AddResourcePath("log-buffer.js", IDR_PROXIMITY_AUTH_LOG_BUFFER_JS);
content::BrowserContext* browser_context =
web_ui->GetWebContents()->GetBrowserContext();
« no previous file with comments | « components/proximity_auth/logging/log_buffer.cc ('k') | components/proximity_auth/webui/proximity_auth_webui_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698