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

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

Issue 2458453002: [sensors] Add Permission guard to the generic sensor apis.
Patch Set: Mikhail+alex comments Created 4 years, 1 month 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 33aacada9e13260c376f6a699321856a98641fe2..7f4e2bf5a406c97a08ec92581183693988bb74b1 100644
--- a/components/infobars/core/infobar_delegate.h
+++ b/components/infobars/core/infobar_delegate.h
@@ -146,6 +146,7 @@ class InfoBarDelegate {
GROUPED_PERMISSION_INFOBAR_DELEGATE_ANDROID = 70,
OFFLINE_PAGE_INFOBAR_DELEGATE = 71,
SEARCH_GEOLOCATION_DISCLOSURE_INFOBAR_DELEGATE = 72,
+ SENSORS_PERMISSION_INFOBAR_DELEGATE_ANDROID = 73,
};
// Describes navigation events, used to decide whether infobars should be

Powered by Google App Engine
This is Rietveld 408576698