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..4ad29237daa82eba7bcf9bad9be5472d58c1647b 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 |
|
Matt Perry
2013/05/21 18:00:34
nit: leave a trailing comma
bshe
2013/05/23 13:59:23
Done.
|
| }; |
| // Constant strings corresponding to the Type enumeration values. Used |