13 lines
644 B
Diff
13 lines
644 B
Diff
diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
|
|
index 1bbe2fca2f777edf2bfddc3da24bc0b0b4cd0dd1..eb7613a9b1dd1be958a8537c280c76d5fddddc1c 100644
|
|
--- a/components/infobars/core/infobar_delegate.h
|
|
+++ b/components/infobars/core/infobar_delegate.h
|
|
@@ -207,6 +207,7 @@ class InfoBarDelegate {
|
|
AUTOFILL_AI_SAVE_ENTITY_INFOBAR_DELEGATE_IOS = 132,
|
|
JS_OPTIMIZATIONS_INFOBAR_DELEGATE = 133,
|
|
WEB_APP_BLOCKED_MIGRATION_INFOBAR_DELEGATE = 134,
|
|
+ BRAVE_INFOBAR_DELEGATE_IDENTIFIERS
|
|
};
|
|
// LINT.ThenChange(//tools/metrics/histograms/metadata/browser/enums.xml:InfoBarIdentifier)
|
|
|