| Index: chrome/renderer/extensions/runtime_custom_bindings.cc
|
| ===================================================================
|
| --- chrome/renderer/extensions/runtime_custom_bindings.cc (revision 263855)
|
| +++ chrome/renderer/extensions/runtime_custom_bindings.cc (working copy)
|
| @@ -143,8 +143,6 @@
|
| view_type = VIEW_TYPE_EXTENSION_BACKGROUND_PAGE;
|
| } else if (view_type_string == kViewTypeInfobar) {
|
| view_type = VIEW_TYPE_EXTENSION_INFOBAR;
|
| - } else if (view_type_string == kViewTypeNotification) {
|
| - view_type = VIEW_TYPE_NOTIFICATION;
|
| } else if (view_type_string == kViewTypeTabContents) {
|
| view_type = VIEW_TYPE_TAB_CONTENTS;
|
| } else if (view_type_string == kViewTypePopup) {
|
|
|