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

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

Issue 9235002: Enable devtools via context menu in platform apps and popup extensions. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Menu for popup extensions Created 8 years, 11 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 363df21a7d4ce5517eb36472e4c29d71f2d86a1b..9e1ff3a2e7c6caad8fb0f72d4715ed4ce7c35278 100644
--- a/content/public/browser/notification_types.h
+++ b/content/public/browser/notification_types.h
@@ -191,6 +191,10 @@ enum NotificationType {
// The source and details are unspecified.
NOTIFICATION_APP_EXITING,
+ // Indicates that a devtools window is opening. The source is the
+ // content::BrowserContext* and the details is the inspected RenderViewHost*.
+ NOTIFICATION_DEVTOOLS_WINDOW_OPENING,
+
// 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