Chromium Code Reviews| Index: chrome/common/extensions/api/developer_private.idl |
| diff --git a/chrome/common/extensions/api/developer_private.idl b/chrome/common/extensions/api/developer_private.idl |
| index 882c7db961b115a4c98fe3e40ec6e25d15e21d54..564b1cb2d59a7c4a83df95711f09ab917391b04a 100644 |
| --- a/chrome/common/extensions/api/developer_private.idl |
| +++ b/chrome/common/extensions/api/developer_private.idl |
| @@ -62,14 +62,14 @@ namespace developerPrivate { |
| enum ViewType { |
| APP_WINDOW, |
| BACKGROUND_CONTENTS, |
| + COMPONENT, |
| EXTENSION_BACKGROUND_PAGE, |
| EXTENSION_DIALOG, |
| EXTENSION_GUEST, |
| EXTENSION_POPUP, |
| LAUNCHER_PAGE, |
| PANEL, |
| - TAB_CONTENTS, |
| - VIRTUAL_KEYBOARD |
| + TAB_CONTENTS |
| }; |
| enum ErrorType { |