Index: chrome/browser/extensions/extension_view_host.cc |
diff --git a/chrome/browser/extensions/extension_view_host.cc b/chrome/browser/extensions/extension_view_host.cc |
index df711fadcd6ddb0187a9600f5aa62fba8b039710..31885c575527351d46c3df2080eb7b5fb4ba6e9e 100644 |
--- a/chrome/browser/extensions/extension_view_host.cc |
+++ b/chrome/browser/extensions/extension_view_host.cc |
@@ -66,6 +66,7 @@ ExtensionViewHost::ExtensionViewHost( |
associated_web_contents_(NULL) { |
// Not used for panels, see PanelHost. |
DCHECK(host_type == VIEW_TYPE_EXTENSION_DIALOG || |
+ host_type == VIEW_TYPE_EXTENSION_SIDEBAR || |
host_type == VIEW_TYPE_EXTENSION_POPUP); |
// Attach WebContents helpers. Extension tabs automatically get them attached |