Commit 29ced3fc authored by Kyle Horimoto's avatar Kyle Horimoto Committed by Commit Bot

[CrOS MultiDevice] Fix broken chrome://proximity-auth page.

This CL fixes a regression which replaced feature names on this page
with numbers representing the features. The regression was caused by
erroneous removal of the #include containing the operator<<() function
which prints the enum names.

Bug: 906836
Change-Id: Idb35e491ff379cc0ea97e63b57b4078a85efd0af
Reviewed-on: https://chromium-review.googlesource.com/c/1343350Reviewed-by: default avatarRyan Hansberry <hansberry@chromium.org>
Reviewed-by: default avatarBailey Berro <baileyberro@chromium.org>
Commit-Queue: Kyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#609516}
parent 31ad4379
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include "chromeos/components/proximity_auth/messenger.h" #include "chromeos/components/proximity_auth/messenger.h"
#include "chromeos/components/proximity_auth/remote_device_life_cycle_impl.h" #include "chromeos/components/proximity_auth/remote_device_life_cycle_impl.h"
#include "chromeos/components/proximity_auth/remote_status_update.h" #include "chromeos/components/proximity_auth/remote_status_update.h"
#include "components/cryptauth/proto/enum_util.h"
#include "components/cryptauth/software_feature_state.h" #include "components/cryptauth/software_feature_state.h"
#include "components/prefs/pref_service.h" #include "components/prefs/pref_service.h"
#include "content/public/browser/browser_thread.h" #include "content/public/browser/browser_thread.h"
......
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