commit | c99ea55878f8d4129b64ee1a7625006878c22b76 | [log] [tgz] |
---|---|---|
author | Andrew Lee <myungjaelee@chromium.org> | Tue May 21 20:42:16 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue May 21 20:42:16 2019 |
tree | 2f5c0043c1d2f5aa01255ce4c291d83c35143069 | |
parent | c394662d6fc114e02026816507ead1143ce1c142 [diff] |
Make sure View classes in ash/system/ have specific class names. Currently, some View subclasses do not override getClassName(), so their class names will be "View" instead of something more specific like "AppListFolderView". This branch overrides getClassName() for all View subclasses in the following directories: ash/system/ime ash/system/ime_menu ash/system/message_center ash/system/palette Bug: 962561 Test: None Change-Id: I6b966187cd5e93b9e768f963cb1d09737b5b87f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618313 Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Reviewed-by: Stefan Kuhne <skuhne@chromium.org> Commit-Queue: MyungJae Lee <myungjaelee@chromium.org> Cr-Commit-Position: refs/heads/master@{#661886}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .