Chromium Code Reviews| 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 --------------------------------------------------------------- |