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

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

Issue 1152613003: Implement sidebar support for extension action popups (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move SidebarManager to ExtensionSystem and remove notifications Created 5 years, 7 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: 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 539bd6aecad14877f35ddf148ca54a74bdb9cc07..2a99b7c0d2094ec5b1ac382294f15a6959562871 100644
--- a/chrome/common/extensions/api/developer_private.idl
+++ b/chrome/common/extensions/api/developer_private.idl
@@ -64,6 +64,7 @@ namespace developerPrivate {
EXTENSION_BACKGROUND_PAGE,
EXTENSION_DIALOG,
EXTENSION_POPUP,
+ EXTENSION_SIDEBAR,
LAUNCHER_PAGE,
PANEL,
TAB_CONTENTS,

Powered by Google App Engine
This is Rietveld 408576698