Chromium Code Reviews

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

Issue 1862513003: Remove NPAPI from browser and utility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: components/infobars/core/infobar_delegate.h
diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
index e0a17e6076d8e48d289a5aaa88dd6d51f205bef7..00b01755a9606f5cbe2ef1fadb6a0c116c3a8fc8 100644
--- a/components/infobars/core/infobar_delegate.h
+++ b/components/infobars/core/infobar_delegate.h
@@ -97,7 +97,7 @@ class InfoBarDelegate {
PEPPER_BROKER_INFOBAR_DELEGATE = 27,
PERMISSION_UPDATE_INFOBAR_DELEGATE = 28,
DURABLE_STORAGE_PERMISSION_INFOBAR_DELEGATE_ANDROID = 29,
- NPAPI_REMOVAL_INFOBAR_DELEGATE = 30,
+ // Removed: NPAPI_REMOVAL_INFOBAR_DELEGATE = 30,
OUTDATED_PLUGIN_INFOBAR_DELEGATE = 31,
PLUGIN_METRO_MODE_INFOBAR_DELEGATE = 32,
RELOAD_PLUGIN_INFOBAR_DELEGATE = 33,

Powered by Google App Engine