Index: extensions/common/view_type.h |
diff --git a/extensions/common/view_type.h b/extensions/common/view_type.h |
index bbe498dbb63baa969ceaa7ea764a252bcf449e5b..5fc7c2731943675dfab3623d8fedcf041be164c3 100644 |
--- a/extensions/common/view_type.h |
+++ b/extensions/common/view_type.h |
@@ -16,6 +16,7 @@ enum ViewType { |
VIEW_TYPE_INVALID, |
VIEW_TYPE_APP_WINDOW, |
VIEW_TYPE_BACKGROUND_CONTENTS, |
+ VIEW_TYPE_COMPONENT, // For custom parts of Chrome if no other type applies. |
VIEW_TYPE_EXTENSION_BACKGROUND_PAGE, |
VIEW_TYPE_EXTENSION_DIALOG, |
VIEW_TYPE_EXTENSION_GUEST, |
@@ -23,8 +24,7 @@ enum ViewType { |
VIEW_TYPE_LAUNCHER_PAGE, |
VIEW_TYPE_PANEL, |
VIEW_TYPE_TAB_CONTENTS, |
- VIEW_TYPE_VIRTUAL_KEYBOARD, |
- VIEW_TYPE_LAST = VIEW_TYPE_VIRTUAL_KEYBOARD |
+ VIEW_TYPE_LAST = VIEW_TYPE_TAB_CONTENTS |
}; |
// Constant strings corresponding to the Type enumeration values. Used |