Skip to content

Commit

Permalink
Update android/java/org/chromium/chrome/browser/sync/settings/BraveMa…
Browse files Browse the repository at this point in the history
…nageSyncSettings.java


Explain what ARC stands for

Co-authored-by: Francois Marier <[email protected]>
  • Loading branch information
AlexeyBarabash and fmarier authored Dec 23, 2024
1 parent 421afb8 commit 8d38386
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public class BraveManageSyncSettings extends ManageSyncSettings {
private static final String VERBOSE_SYNC_PASSWORDS_PREF_COMMAND_LINE_KEY =
"verbose_sync_passwords_pref";

// Android Runtime for Chrome
public static final String ARC_FEATURE = "org.chromium.arc";
public static final String ARC_DEVICE_MANAGEMENT_FEATURE = "org.chromium.arc.device_management";
private static Optional<Boolean> sIsChromeOSForTesting = Optional.empty();
Expand Down

0 comments on commit 8d38386

Please sign in to comment.