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

Unified Diff: chrome/test/data/extensions/input_ime/main.js

Issue 47553010: Set focused TextInputType to the Ime extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: delete password enum Created 7 years, 2 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/test/data/extensions/input_ime/main.js
diff --git a/chrome/test/data/extensions/input_ime/main.js b/chrome/test/data/extensions/input_ime/main.js
index cad64c8024d5ee546bb81fcf84d1e01f3e37fedb..53babddbe36e8c70b8857f942382e2f2c0342925 100644
--- a/chrome/test/data/extensions/input_ime/main.js
+++ b/chrome/test/data/extensions/input_ime/main.js
@@ -138,7 +138,7 @@ EngineBridge.prototype = {
this.focusedContext_ = context;
if (this.activeEngine_)
this.engineInstance_[this.activeEngine_].onFocus(context);
- chrome.test.sendMessage('onFocus');
+ chrome.test.sendMessage('onFocus:' + context.type);
},
/**
« chrome/common/extensions/api/input_ime.json ('K') | « chrome/common/extensions/api/input_ime.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698