Chromium Code Reviews| Index: ui/views/widget/widget.h |
| =================================================================== |
| --- ui/views/widget/widget.h (revision 157553) |
| +++ ui/views/widget/widget.h (working copy) |
| @@ -490,9 +490,6 @@ |
| // Clear native focus set to the Widget's NativeWidget. |
| void ClearNativeFocus(); |
| - // Sets the focus to |native_view|. |
| - void FocusNativeView(gfx::NativeView native_view); |
| - |
| void set_frame_type(FrameType frame_type) { frame_type_ = frame_type; } |
| FrameType frame_type() const { return frame_type_; } |