| Index: extensions/renderer/runtime_custom_bindings.cc
|
| diff --git a/extensions/renderer/runtime_custom_bindings.cc b/extensions/renderer/runtime_custom_bindings.cc
|
| index fa5b00f78f5f96207544920423f02d01aa034363..483f08b7796d2f2c2f80634cf70a6d3ce9b1f680 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) {
|
|
|