Index: components/infobars/core/infobar_delegate.h |
diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h |
index 6b476a64e5550d82f5b67fbca486707282baa8b6..a4ca2f1615a685bccb6051908c40eb1d15a79bed 100644 |
--- a/components/infobars/core/infobar_delegate.h |
+++ b/components/infobars/core/infobar_delegate.h |
@@ -145,6 +145,7 @@ class InfoBarDelegate { |
OFFLINE_PAGE_INFOBAR_DELEGATE = 71, |
SEARCH_GEOLOCATION_DISCLOSURE_INFOBAR_DELEGATE = 72, |
AUTOMATION_INFOBAR_DELEGATE = 73, |
+ VR_SERVICES_UPGRADE = 74, |
Peter Kasting
2017/02/17 02:34:49
Nit: This should be VR_SERVICES_UPGRADE_ANDROID, a
amp
2017/02/17 02:52:29
The check is android only at this point, but we wi
Peter Kasting
2017/02/17 02:55:52
Oh? You just change the name and the histogram na
amp
2017/02/17 03:00:01
Done.
Doh, here I was thinking they were hard cod
|
}; |
// Describes navigation events, used to decide whether infobars should be |