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

Unified Diff: content/public/browser/notification_types.h

Issue 12039079: content: convert user action notification to observer usage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: callbacks Created 7 years, 11 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: content/public/browser/notification_types.h
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
index 8fed5742eeef649dd624f47375e84d6895ee895e..e23c10b1e565dca862a1a41f4b610d6187d94f2d 100644
--- a/content/public/browser/notification_types.h
+++ b/content/public/browser/notification_types.h
@@ -22,19 +22,6 @@ enum NotificationType {
// Not valid when posting a notification.
NOTIFICATION_ALL = NOTIFICATION_CONTENT_START,
- // The app is done processing user actions, now is a good time to do
- // some background work.
- NOTIFICATION_IDLE,
-
- // Means that the app has just started doing something in response to a
- // user action, and that background processes shouldn't run if avoidable.
- NOTIFICATION_BUSY,
-
- // This is sent when the user does a gesture resulting in a noteworthy
- // action taking place. This is typically used for logging. The source is
- // the browser context, and the details is a string identifying the action.
- NOTIFICATION_USER_ACTION,
-
// NavigationController ----------------------------------------------------
// A new pending navigation has been created. Pending entries are created

Powered by Google App Engine
This is Rietveld 408576698