Index: extensions/renderer/runtime_custom_bindings.cc |
diff --git a/extensions/renderer/runtime_custom_bindings.cc b/extensions/renderer/runtime_custom_bindings.cc |
index a6131e7b7787b69500e451690a32592cc5f9aba2..6135c576c6156d4e68515d5d03dc881fcee3396c 100644 |
--- a/extensions/renderer/runtime_custom_bindings.cc |
+++ b/extensions/renderer/runtime_custom_bindings.cc |
@@ -135,8 +135,6 @@ void RuntimeCustomBindings::GetExtensionViews( |
ViewType view_type = VIEW_TYPE_INVALID; |
if (view_type_string == kViewTypeBackgroundPage) { |
view_type = VIEW_TYPE_EXTENSION_BACKGROUND_PAGE; |
- } else if (view_type_string == kViewTypeInfobar) { |
- view_type = VIEW_TYPE_EXTENSION_INFOBAR; |
} else if (view_type_string == kViewTypeTabContents) { |
view_type = VIEW_TYPE_TAB_CONTENTS; |
} else if (view_type_string == kViewTypePopup) { |