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

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

Issue 10837296: Fix a bug where the inspector would not keep event pages alive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: notification Created 8 years, 4 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 a1122503301bea28ecd535a300a7ed0dc6252074..ca4bafb3e30c131c026d68c70e7876f685cd8b7b 100644
--- a/content/public/browser/notification_types.h
+++ b/content/public/browser/notification_types.h
@@ -165,11 +165,11 @@ enum NotificationType {
// Indicates that a devtools window is opening. The source is the
yurys 2012/08/21 19:52:55 Please update the comment. At least type of the de
yurys 2012/08/21 20:08:55 I was wrong, it's still RVH. Ignore this comment.
Matt Perry 2012/08/21 20:13:46 Updated comment. But the details are still the RVH
// BrowserContext* and the details is the inspected RenderViewHost*.
- NOTIFICATION_DEVTOOLS_WINDOW_OPENING,
+ NOTIFICATION_DEVTOOLS_AGENT_ATTACHED,
// Indicates that a devtools window is closing. The source is the
// BrowserContext* and the details is the inspected RenderViewHost*.
- NOTIFICATION_DEVTOOLS_WINDOW_CLOSING,
+ NOTIFICATION_DEVTOOLS_AGENT_DETACHED,
// WebContents ---------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698