Revert "Revert "Use dialog for wayback machine instead of infobar""
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user