Commit 7f4ef101 authored by Bailey Berro's avatar Bailey Berro Committed by Commit Bot

Add interface binder for SystemRoutineController

Registers an a WebUIControllerInterfaceBinder for SystemRoutineController

Bug: 1128204
Change-Id: I2cc423a94c58211ccd4b7310933ed4c30ed93a6c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2541814Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
Reviewed-by: default avatarZentaro Kavanagh <zentaro@chromium.org>
Commit-Queue: Bailey Berro <baileyberro@chromium.org>
Cr-Commit-Position: refs/heads/master@{#828499}
parent 6aa827ff
......@@ -178,6 +178,7 @@
#include "chromeos/components/connectivity_diagnostics/connectivity_diagnostics_ui.h"
#include "chromeos/components/diagnostics_ui/diagnostics_ui.h"
#include "chromeos/components/diagnostics_ui/mojom/system_data_provider.mojom.h"
#include "chromeos/components/diagnostics_ui/mojom/system_routine_controller.mojom.h"
#include "chromeos/components/help_app_ui/help_app_ui.h"
#include "chromeos/components/help_app_ui/help_app_ui.mojom.h"
#include "chromeos/components/local_search_service/public/mojom/local_search_service_proxy.mojom.h"
......@@ -761,6 +762,10 @@ void PopulateChromeWebUIFrameBinders(
chromeos::diagnostics::mojom::SystemDataProvider,
chromeos::DiagnosticsUI>(map);
RegisterWebUIControllerInterfaceBinder<
chromeos::diagnostics::mojom::SystemRoutineController,
chromeos::DiagnosticsUI>(map);
RegisterWebUIControllerInterfaceBinder<chromeos::scanning::mojom::ScanService,
chromeos::ScanningUI>(map);
#endif // defined(OS_CHROMEOS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment