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

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: Nits, treat hosted apps as extensions, no test flakiness Created 5 years, 1 month 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..471886b4f8fa3692b59c299faf84411fcfb9da67 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_OPTIONS,
Devlin 2015/12/01 00:58:20 IMO, we already have too many view types. But I d
robwu 2015/12/01 17:19:57 Done (s/EXTENSION_OPTIONS/EXTENSION_GUEST/). Shoul
EXTENSION_POPUP,
LAUNCHER_PAGE,
PANEL,

Powered by Google App Engine
This is Rietveld 408576698