| Index: ui/aura/client/aura_constants.h
|
| diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h
|
| index 361186b933c792704790e4897fb03fdf8cd9a878..04af9214cabb7c4ef725792c52930e8f9a8c1b97 100644
|
| --- a/ui/aura/client/aura_constants.h
|
| +++ b/ui/aura/client/aura_constants.h
|
| @@ -67,10 +67,6 @@
|
|
|
| // A property key to store the focus client on the window.
|
| AURA_EXPORT extern const WindowProperty<FocusClient*>* const kFocusClientKey;
|
| -
|
| -// A bool property key to specify if the window should have a backdrop window
|
| -// (typically black) that covers the desktop behind the window.
|
| -AURA_EXPORT extern const WindowProperty<bool>* const kHasBackdrop;
|
|
|
| // A property key to store the host window of a window. This lets
|
| // WebContentsViews find the windows that should constrain NPAPI plugins.
|
|
|