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

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: rebase Created 7 years, 10 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
« no previous file with comments | « content/browser/user_metrics.cc ('k') | content/public/browser/user_metrics.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/notification_types.h
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
index 0733d0e6bf3128a0422346ff9bf49bcf780ad62f..ced9dcfc6f7ef6dbefc39913359c3b90c6ff328a 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
« no previous file with comments | « content/browser/user_metrics.cc ('k') | content/public/browser/user_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698