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

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

Issue 1168383002: Implement sidebar support for extension action popups Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 0990f268f7757943ad1090a14335696e10a76ac8..f67b096272f9227a97077934157d60753e6e90d7 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