Commit 47c5f20a authored by yusukes's avatar yusukes Committed by Commit Bot

ime: Update the code path in the comment

It took some time for me to find the proper location. Let me
update the comment while I'm at it.

BUG=b:74499980
TEST=try

Change-Id: I6d6f1e0948c5d36675371965b83043a230f147d8
Reviewed-on: https://chromium-review.googlesource.com/1250741Reviewed-by: default avatarYuichiro Hanada <yhanada@chromium.org>
Commit-Queue: Yusuke Sato <yusukes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#595382}
parent eae576c0
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
namespace ui { namespace ui {
// Intentionally keep in sync with blink::WebTextInputFlags defined in: // Intentionally keep in sync with blink::WebTextInputFlags defined in:
// third_party/WebKit/public/platform/WebTextInputType.h // third_party/blink/public/platform/web_text_input_type.h
enum TextInputFlags { enum TextInputFlags {
TEXT_INPUT_FLAG_NONE = 0, TEXT_INPUT_FLAG_NONE = 0,
TEXT_INPUT_FLAG_AUTOCOMPLETE_ON = 1 << 0, TEXT_INPUT_FLAG_AUTOCOMPLETE_ON = 1 << 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment