[Android] Rename SiteSettingsPreferenceFragment

https://github.com/brave/chromium/commit/41965636b6da1c2723fc99371bfbc9e3ad218cb6

Rename SiteSettingsPreferenceFragment
Bug: 1485637
This commit is contained in:
Artem Samoilenko
2023-10-23 13:19:08 +01:00
committed by Claudio DeSouza
parent edccd9c6ee
commit 1a52414a55
4 changed files with 4 additions and 7 deletions
@@ -5,12 +5,9 @@
package org.chromium.chrome.browser.toolbar.bottom;
import org.chromium.chrome.browser.flags.CachedFeatureFlags;
/**
* The variation manager helps figure out the current variation and the visibility of buttons on
* bottom toolbar. Every operation related to the variation, e.g. getting variation value, should be
* through {@link BottomToolbarVariationManager} rather than calling {@link CachedFeatureFlags}.
* bottom toolbar.
*/
public class BottomToolbarVariationManager {
/**