| Index: chrome/browser/ui/webui/options/browser_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| index 8563731be6060b6ed38accc28901e9a987ebe201..155362ebdd0554d71a035636af2b1a700a25c94f 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -1091,8 +1091,9 @@ void BrowserOptionsHandler::InitializePage() {
|
| if (arc::ArcBridgeService::GetEnabled(
|
| base::CommandLine::ForCurrentProcess()) &&
|
| !arc::ArcAuthService::IsOptInVerificationDisabled() &&
|
| - !profile->IsLegacySupervised() &&
|
| - user->HasGaiaAccount()) {
|
| + !profile->IsLegacySupervised() && user->HasGaiaAccount() &&
|
| + !user_manager::UserManager::Get()
|
| + ->IsCurrentUserCryptohomeDataEphemeral()) {
|
| web_ui()->CallJavascriptFunction("BrowserOptions.showAndroidAppsSection");
|
| }
|
| OnSystemTimezoneAutomaticDetectionPolicyChanged();
|
|
|