views: No need to destroy Widget, CloseNow already closed native window.

This commit is contained in:
Cheng Zhao 2014-07-28 10:19:04 +00:00
parent 10c52bd6a6
commit 87019a1a70

View file

@ -137,7 +137,6 @@ void NativeWindowViews::Close() {
void NativeWindowViews::CloseImmediately() {
window_->CloseNow();
window_.reset();
}
void NativeWindowViews::Move(const gfx::Rect& bounds) {