Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2357)

Unified Diff: chrome/browser/extensions/api/input_ime/input_ime_api_chromeos.h

Issue 1771173002: Implement input.ime.sendKeyEvents API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test failure. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/api/input_ime/input_ime_api_chromeos.h
diff --git a/chrome/browser/extensions/api/input_ime/input_ime_api_chromeos.h b/chrome/browser/extensions/api/input_ime/input_ime_api_chromeos.h
index 4dc0b177c5de2680718d6557d7328f77c2322fd6..4516d682bea70d0e3e15ec77aca4eff8b17291f5 100644
--- a/chrome/browser/extensions/api/input_ime/input_ime_api_chromeos.h
+++ b/chrome/browser/extensions/api/input_ime/input_ime_api_chromeos.h
@@ -103,18 +103,6 @@ class InputImeDeleteSurroundingTextFunction : public SyncExtensionFunction {
bool RunSync() override;
};
-class InputImeSendKeyEventsFunction : public AsyncExtensionFunction {
- public:
- DECLARE_EXTENSION_FUNCTION("input.ime.sendKeyEvents",
- INPUT_IME_SENDKEYEVENTS)
-
- protected:
- ~InputImeSendKeyEventsFunction() override {}
-
- // ExtensionFunction:
- bool RunAsync() override;
-};
-
class InputImeHideInputViewFunction : public AsyncExtensionFunction {
public:
DECLARE_EXTENSION_FUNCTION("input.ime.hideInputView",

Powered by Google App Engine
This is Rietveld 408576698