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

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

Issue 2699643003: Show an infobar when VR services need to be installed or updated. (Closed)
Patch Set: Add install vs update check, final icon resources. Created 3 years, 10 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 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,
};
// Describes navigation events, used to decide whether infobars should be

Powered by Google App Engine
This is Rietveld 408576698