| Index: chrome/browser/ui/startup/bad_flags_prompt.cc
|
| diff --git a/chrome/browser/ui/startup/bad_flags_prompt.cc b/chrome/browser/ui/startup/bad_flags_prompt.cc
|
| index 284e3284cf6fee86f56d452befae40c4b05cb30b..9e1546aac0c6b063461b236fc9fca1627fb409ad 100644
|
| --- a/chrome/browser/ui/startup/bad_flags_prompt.cc
|
| +++ b/chrome/browser/ui/startup/bad_flags_prompt.cc
|
| @@ -27,6 +27,7 @@
|
| #include "content/public/common/content_switches.h"
|
| #include "extensions/common/switches.h"
|
| #include "google_apis/gaia/gaia_switches.h"
|
| +#include "media/media_features.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/vector_icons_public.h"
|
| @@ -57,7 +58,7 @@ void ShowBadFlagsPrompt(Browser* browser) {
|
| translate::switches::kTranslateSecurityOrigin,
|
|
|
| // These flags undermine HTTPS / connection security.
|
| -#if defined(ENABLE_WEBRTC)
|
| +#if BUILDFLAG(ENABLE_WEBRTC)
|
| switches::kDisableWebRtcEncryption,
|
| #endif
|
| switches::kIgnoreCertificateErrors,
|
|
|