| Index: ui/views/controls/native/native_view_host.cc
|
| diff --git a/ui/views/controls/native/native_view_host.cc b/ui/views/controls/native/native_view_host.cc
|
| index 3529ff5ddc90729c9abc175939af69806c5e63d1..69407083047a8dfb2842b7b78aec242bd1f23c27 100644
|
| --- a/ui/views/controls/native/native_view_host.cc
|
| +++ b/ui/views/controls/native/native_view_host.cc
|
| @@ -16,15 +16,10 @@ namespace views {
|
| const char NativeViewHost::kViewClassName[] = "NativeViewHost";
|
| const char kWidgetNativeViewHostKey[] = "WidgetNativeViewHost";
|
|
|
| -#if defined(USE_AURA)
|
| // Views implementation draws the focus.
|
| // TODO(oshima): Eliminate this flag and consolidate
|
| // the focus border code.
|
| const bool NativeViewHost::kRenderNativeControlFocus = false;
|
| -#else
|
| -// static
|
| -const bool NativeViewHost::kRenderNativeControlFocus = true;
|
| -#endif
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // NativeViewHost, public:
|
|
|