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

Unified Diff: chrome/common/notification_type.h

Issue 1521039: Allow extension overinstall (Closed)
Patch Set: blargh Created 10 years, 7 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/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 418ce97ac3773796bad0fd8c319f975a3111bacf..17ccf042edc5582e672fd96bbf82fb6d00fc35c9 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -735,8 +735,7 @@ class NotificationType {
// manager and the details are the download url.
EXTENSION_READY_FOR_INSTALL,
- // Sent on ExtensionOverinstallAttempted when no theme is detected. The
- // source is a Profile.
+ // Sent when an extension install turns out to not be a theme.
NO_THEME_DETECTED,
// Sent when a new theme is installed. The details are an Extension, and the
@@ -751,10 +750,6 @@ class NotificationType {
// details about why the install failed.
EXTENSION_INSTALL_ERROR,
- // An overinstall error occured during extension install. The details are a
- // FilePath to the extension that was attempted to install.
- EXTENSION_OVERINSTALL_ERROR,
-
// Sent when an extension is unloaded. This happens when an extension is
// uninstalled or disabled. The details are an Extension, and the source is
// a Profile.
« no previous file with comments | « chrome/common/extensions/extension_file_util_unittest.cc ('k') | chrome/test/automation/automation_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698