Chromium Code Reviews| Index: extensions/common/view_type.h |
| diff --git a/extensions/common/view_type.h b/extensions/common/view_type.h |
| index 690ecabe58ea36c30cd69762ce24a1aa9ee849ab..6030e6ca92cb54401f312294dfc8119c844fa34b 100644 |
| --- a/extensions/common/view_type.h |
| +++ b/extensions/common/view_type.h |
| @@ -25,6 +25,7 @@ enum ViewType { |
| VIEW_TYPE_NOTIFICATION, |
| VIEW_TYPE_PANEL, |
| VIEW_TYPE_TAB_CONTENTS, |
| + VIEW_TYPE_VIRTUAL_KEYBOARD, |
| }; |
| // Constant strings corresponding to the Type enumeration values. Used |