Commit 624bd9a9 authored by John Z Wu's avatar John Z Wu Committed by Commit Bot

Check local database exists before loading UPI ids

Change-Id: Ic7bbe6dfa0bb8322b76bf674cc336fd83f2383bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145562Reviewed-by: default avatarChristos Froussios <cfroussios@chromium.org>
Commit-Queue: John Wu <jzw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#758988}
parent c8c19eac
......@@ -1680,7 +1680,7 @@ void PersonalDataManager::LoadCreditCardCloudTokenData() {
}
void PersonalDataManager::LoadUpiIds() {
if (!database_helper_->GetServerDatabase())
if (!database_helper_->GetLocalDatabase())
return;
CancelPendingLocalQuery(&pending_upi_ids_query_);
......
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