| Index: ui/aura/client/aura_constants.h
|
| diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h
|
| index 17523dabb889f18ec2ce2505e705761a036e28da..9675a67786d129836c1e3c41a8ed9160bfc738e9 100644
|
| --- a/ui/aura/client/aura_constants.h
|
| +++ b/ui/aura/client/aura_constants.h
|
| @@ -71,6 +71,9 @@ AURA_EXPORT extern const WindowProperty<ui::WindowShowState>* const
|
| // the web contents for app windows and varies for fullscreen windows.
|
| AURA_EXPORT extern const aura::WindowProperty<int>* const kTopViewInset;
|
|
|
| +// A property key to store window icon.
|
| +AURA_EXPORT extern const WindowProperty<gfx::ImageSkia*>* const kWindowIconKey;
|
| +
|
| // Alphabetical sort.
|
|
|
| } // namespace client
|
|
|