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

Unified Diff: chrome/common/extensions/api/developer_private.idl

Issue 1413853005: Track all extension frames in ProcessManager, inspect extensionoptions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup + remove DCHECK Created 5 years 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: chrome/common/extensions/api/developer_private.idl
diff --git a/chrome/common/extensions/api/developer_private.idl b/chrome/common/extensions/api/developer_private.idl
index 15e7dc00d437c8aa37e1db26ed5c546e6c048e37..882c7db961b115a4c98fe3e40ec6e25d15e21d54 100644
--- a/chrome/common/extensions/api/developer_private.idl
+++ b/chrome/common/extensions/api/developer_private.idl
@@ -64,6 +64,7 @@ namespace developerPrivate {
BACKGROUND_CONTENTS,
EXTENSION_BACKGROUND_PAGE,
EXTENSION_DIALOG,
+ EXTENSION_GUEST,
EXTENSION_POPUP,
LAUNCHER_PAGE,
PANEL,

Powered by Google App Engine
This is Rietveld 408576698