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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 10694056: CPM Extension Uninstall Watching (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index 6990616031da3f03d47c9aac028daf6ce9ce0905..4bf25180dff5639fc95b77891b689c1901830e48 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -494,7 +494,7 @@ enum NotificationType {
NOTIFICATION_EXTENSION_INSTALL_NOT_ALLOWED,
// Sent when an extension has been uninstalled. The details are the extension
Yoyo Zhou 2012/07/09 17:06:37 Might as well use the "details are an Extension, a
Devlin 2012/07/09 20:48:26 Done.
- // id and the source is a Profile.
+ // which was uninstalled and the source is a Profile.
NOTIFICATION_EXTENSION_UNINSTALLED,
// Sent when an extension uninstall is not allowed because the extension is

Powered by Google App Engine
This is Rietveld 408576698