Commit 7a9720f3 authored by Jun Mukai's avatar Jun Mukai Committed by Commit Bot

Fix some properties in autotestPrivate API to camelCase

I just happened to notice that these two properties don't follow
the naming convention.

Right now no one is actually using them (though some Tast tests
are going to use them), so changing their names should be safe
right now.

Bug: 1021353
Test: build passes
Change-Id: I3f578f1a891fdaa68110b4656006dffe1baaed0e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894246
Commit-Queue: Jun Mukai <mukai@chromium.org>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Reviewed-by: default avatarMitsuru Oshima <oshima@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712403}
parent d3efe27f
...@@ -340,8 +340,8 @@ namespace autotestPrivate { ...@@ -340,8 +340,8 @@ namespace autotestPrivate {
DOMString name; DOMString name;
AppWindowType windowType; AppWindowType windowType;
WindowStateType stateType; WindowStateType stateType;
Bounds bounds_in_root; Bounds boundsInRoot;
Bounds target_bounds; Bounds targetBounds;
DOMString displayId; DOMString displayId;
DOMString title; DOMString title;
......
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