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

Unified Diff: extensions/common/view_type.h

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: extensions/common/view_type.h
diff --git a/extensions/common/view_type.h b/extensions/common/view_type.h
index 82c906b57b4589e5a61ff78788041e64d367efc4..639cf35c5b9d8c95577008d6b1ca87dc22f33ac3 100644
--- a/extensions/common/view_type.h
+++ b/extensions/common/view_type.h
@@ -19,6 +19,7 @@ enum ViewType {
VIEW_TYPE_EXTENSION_BACKGROUND_PAGE,
VIEW_TYPE_EXTENSION_DIALOG,
VIEW_TYPE_EXTENSION_POPUP,
+ VIEW_TYPE_EXTENSION_SIDEBAR,
VIEW_TYPE_LAUNCHER_PAGE,
VIEW_TYPE_PANEL,
VIEW_TYPE_TAB_CONTENTS,
« chrome/browser/extensions/sidebar_manager.cc ('K') | « extensions/common/manifest_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698