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

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

Issue 8549022: Define DevTools content API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments addressed Created 9 years, 1 month 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 1d6e50352e035801e37aeb684a2c665afd99cb62..755b5034ecf6e4287b4cc4e1783d66f2c9717350 100644
--- a/content/public/browser/notification_types.h
+++ b/content/public/browser/notification_types.h
@@ -205,6 +205,8 @@ enum NotificationType {
// The source and details are unspecified.
NOTIFICATION_APP_EXITING,
+ NOTIFICATION_MAIN_MESSAGE_LOOP_EXITING,
+
// Indicates that a devtools window is closing. The source is the
// content::BrowserContext* and the details is the inspected RenderViewHost*.
NOTIFICATION_DEVTOOLS_WINDOW_CLOSING,

Powered by Google App Engine
This is Rietveld 408576698