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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 252593003: Improve UI for unpacked extensions failing to load (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Android fix Created 6 years, 8 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: chrome/browser/chrome_notification_types.h
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
index 03085a8d36c01095f55f29726ce218e60226bcf1..eb5ed40342d01fad4b6a435a7abecc75b5c98a22 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -415,12 +415,6 @@ enum NotificationType {
// string with details about why the load failed.
NOTIFICATION_EXTENSION_LOAD_ERROR,
- // Sent when an unpacked extension fails to load. The details are a std::pair,
- // the first object is a boolean signifying the user's retry response value,
- // and the second object is a const base::FilePath& of the extension that
- // failed to load. Source is a Profile.
- NOTIFICATION_EXTENSION_LOAD_RETRY,
-
// Sent when an extension is enabled. Under most circumstances, listeners
// will want to use NOTIFICATION_EXTENSION_LOADED_DEPRECATED. This
// notification is only
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/extensions/api/developer_private/developer_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698