| Index: ui/aura/client/focus_client.h
|
| diff --git a/ui/aura/client/focus_client.h b/ui/aura/client/focus_client.h
|
| index a7930815eddfc4771b688b557c396d25b45f1edd..81269009dee92c89216ac3ac8cdf04662704b9e9 100644
|
| --- a/ui/aura/client/focus_client.h
|
| +++ b/ui/aura/client/focus_client.h
|
| @@ -36,9 +36,6 @@ AURA_EXPORT void SetFocusClient(Window* root_window, FocusClient* client);
|
| AURA_EXPORT FocusClient* GetFocusClient(Window* window);
|
| AURA_EXPORT FocusClient* GetFocusClient(const Window* window);
|
|
|
| -// The focus client is stored on the window using this property.
|
| -AURA_EXPORT extern const WindowProperty<FocusClient*>* const kFocusClientKey;
|
| -
|
| } // namespace clients
|
| } // namespace aura
|
|
|
|
|