Revert "Revert "Use dialog for wayback machine instead of infobar""

This commit is contained in:
Simon Hong
2024-04-03 09:24:11 +09:00
parent 7cf963c266
commit 9ad2b929ee
31 changed files with 444 additions and 662 deletions
@@ -15,7 +15,6 @@ import java.lang.annotation.RetentionPolicy;
@IntDef({
BraveInfoBarIdentifier.INVALID,
BraveInfoBarIdentifier.BRAVE_CONFIRM_P3A_INFOBAR_DELEGATE,
BraveInfoBarIdentifier.WAYBACK_MACHINE_INFOBAR_DELEGATE,
BraveInfoBarIdentifier.SYNC_CANNOT_RUN_INFOBAR,
BraveInfoBarIdentifier.WEB_DISCOVERY_INFOBAR_DELEGATE,
BraveInfoBarIdentifier.BRAVE_SYNC_ACCOUNT_DELETED_INFOBAR
@@ -24,7 +23,7 @@ import java.lang.annotation.RetentionPolicy;
public @interface BraveInfoBarIdentifier {
int INVALID = -1;
int BRAVE_CONFIRM_P3A_INFOBAR_DELEGATE = 500;
int WAYBACK_MACHINE_INFOBAR_DELEGATE = 502;
// int WAYBACK_MACHINE_INFOBAR_DELEGATE = 502; - deprecated
// int SYNC_V2_MIGRATE_INFOBAR_DELEGATE = 503; - deprecated
// int ANDROID_SYSTEM_SYNC_DISABLED_INFOBAR = 504; - deprecated
int SYNC_CANNOT_RUN_INFOBAR = 505;