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

Unified Diff: chrome/common/notification_type.h

Issue 1001002: Initial support for inspecting extension popups. (Closed)
Patch Set: pre submit Created 10 years, 9 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 | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 4b242daf14700940c91512729760fcbb19477b13..d1bb9664352ac8f8cd0a4736718b96dbbbaffbad 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -219,6 +219,10 @@ class NotificationType {
// that was closed, no details are expected.
WINDOW_CLOSED,
+ // Indicates that a devtools window is closing. The source is the Profile*
+ // and the details is the inspected RenderViewHost*.
+ DEVTOOLS_WINDOW_CLOSING,
+
// Sent when an info bubble has been created but not yet shown. The source
// is the InfoBubble.
INFO_BUBBLE_CREATED,
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698