Address PR comments

This commit is contained in:
Deep
2021-03-09 12:51:34 -05:00
parent 9e6a7b7a78
commit e719c5eec1
4 changed files with 14 additions and 4 deletions
+4
View File
@@ -205,3 +205,7 @@
-keep class org.chromium.chrome.browser.customtabs.CustomTabAppMenuPropertiesDelegate {
public <init>(...);
}
-keep class org.chromium.chrome.browser.safe_browsing.settings.BraveStandardProtectionSettingsFragment {
*** updateLeakDetectionAndExtendedReportingPreferences(...);
}
@@ -1,6 +1,7 @@
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/* Copyright (c) 2021 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 http://mozilla.org/MPL/2.0/. */
package org.chromium.chrome.browser.safe_browsing.settings;