| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
// Hiding transient children may delete parent as well. trailing whitespace.
class DeleteParentOnHideObserver : public aura::WindowObserver {I don't think this is consistent with chromium style to declare a class in the middle of a function body. You should ask jetski to put it in the anon namespace.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
// Hiding transient children may delete parent as well. Mitsuru Oshimatrailing whitespace.
Fix applied.
class DeleteParentOnHideObserver : public aura::WindowObserver {I don't think this is consistent with chromium style to declare a class in the middle of a function body. You should ask jetski to put it in the anon namespace.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |