diff options
| author | 2020-10-05 08:54:16 +0000 | |
|---|---|---|
| committer | 2020-10-05 08:54:16 +0000 | |
| commit | 9e34116a67a1bf9c8fb0b4de642c9f6ba79e5631 (patch) | |
| tree | b9a8bc18b7db7997c7fb352c84ab63361ed885ac | |
| parent | e1505c795968fc73f6f5cb1c360fb4a5e280a286 (diff) | |
| parent | 7cda3558d622ffe79eb445810ca41ed5b8ba1367 (diff) | |
Merge "Remove todo comment from IME tracing proto"
| -rw-r--r-- | core/proto/android/view/inputmethod/inputmethodeditortrace.proto | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/proto/android/view/inputmethod/inputmethodeditortrace.proto b/core/proto/android/view/inputmethod/inputmethodeditortrace.proto index 2729e82768c3..856d8da1a1ea 100644 --- a/core/proto/android/view/inputmethod/inputmethodeditortrace.proto +++ b/core/proto/android/view/inputmethod/inputmethodeditortrace.proto @@ -65,8 +65,6 @@ message InputMethodEditorProto { repeated ClientSideProto client = 1; } - /* todo: extract as a separate message to allow other dumps to use this as their client side - proto */ /* groups together the dump from ime related client side classes */ message ClientSideProto { optional int32 display_id = 1; |