Commit 4ee5a493 authored by Yusuf Sengul's avatar Yusuf Sengul Committed by Commit Bot

Disable background thread refreshing GCPW login UI

Bug: 1130024
Change-Id: If0084a50d40a2cec5ab3b1248ab39af66b4f93a9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419145
Auto-Submit: Yusuf Sengul <yusufsn@google.com>
Commit-Queue: Rakesh Soma <rakeshsoma@google.com>
Reviewed-by: default avatarRakesh Soma <rakeshsoma@google.com>
Cr-Commit-Position: refs/heads/master@{#808724}
parent 4495c2eb
...@@ -209,7 +209,7 @@ unsigned __stdcall BackgroundTokenHandleUpdater::PeriodicTokenHandleUpdate( ...@@ -209,7 +209,7 @@ unsigned __stdcall BackgroundTokenHandleUpdater::PeriodicTokenHandleUpdate(
"credentials"; "credentials";
} }
if (GetGlobalFlagOrDefault(kRegUpdateCredentialsOnChange, 1)) if (GetGlobalFlagOrDefault(kRegUpdateCredentialsOnChange, 0))
event_handler->UpdateCredentialsIfNeeded(user_access_changed); event_handler->UpdateCredentialsIfNeeded(user_access_changed);
} }
......
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