Skip to content

Commit

Permalink
[Android] Prevent wiping passwords on cr132; fixes brave/brave-browse…
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyBarabash committed Jan 10, 2025
1 parent 2e3d875 commit d61c3d2
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* Copyright (c) 2025 The Brave Authors. All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at https://mozilla.org/MPL/2.0/. */

#define SetUsesSplitStoresAndUPMForLocal \
SetUsesSplitStoresAndUPMForLocal_ChromiumImpl

#include "src/chrome/browser/password_manager/android/password_manager_android_util.cc"

#undef SetUsesSplitStoresAndUPMForLocal

namespace password_manager_android_util {
void SetUsesSplitStoresAndUPMForLocal(
PrefService* pref_service,
const base::FilePath& login_db_directory) {}
} // namespace password_manager_android_util

0 comments on commit d61c3d2

Please sign in to comment.