| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index 2e68ab15da94fb5b1244064291836af694d5b3b8..6624b157af2564885910792c177bdd6352264d0f 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -140,7 +140,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
|
| enum InputComponentType {
|
| INPUT_COMPONENT_TYPE_NONE = -1,
|
| INPUT_COMPONENT_TYPE_IME,
|
| - INPUT_COMPONENT_TYPE_VIRTUAL_KEYBOARD,
|
| INPUT_COMPONENT_TYPE_COUNT
|
| };
|
|
|
|
|