Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: components/infobars/core/infobar_delegate.h

Issue 2319443002: Add InfoBarIdentifier to GroupedPermissionInfoBarDelegate (Closed)
Patch Set: minor change in comments Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/infobars/core/infobar_delegate.h
diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
index 9c49b2ff0fd4206903eea6c83f8da4febd4ab1b3..0e956f8409117e945abddfa695541ee856bf65fb 100644
--- a/components/infobars/core/infobar_delegate.h
+++ b/components/infobars/core/infobar_delegate.h
@@ -137,6 +137,7 @@ class InfoBarDelegate {
INSTANT_APPS_INFOBAR_DELEGATE_ANDROID = 67,
DATA_REDUCTION_PROXY_PREVIEW_INFOBAR_DELEGATE = 68,
SCREEN_CAPTURE_INFOBAR_DELEGATE_ANDROID = 69,
+ GROUPED_PERMISSION_INFOBAR_DELEGATE_ANDROID = 70,
};
// Describes navigation events, used to decide whether infobars should be
« no previous file with comments | « chrome/browser/ui/android/infobars/grouped_permission_infobar.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698