From bfea9775a080bbd967fd38015fe8b8c60acdf1ca Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 15 May 2013 13:47:15 +0800 Subject: [PATCH] Fix typo in the comment. --- browser/native_window.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/native_window.cc b/browser/native_window.cc index 1c7fab7101..02421c376f 100644 --- a/browser/native_window.cc +++ b/browser/native_window.cc @@ -201,7 +201,7 @@ void NativeWindow::CloseContents(content::WebContents* source) { // memory will not be freed until you call delete. // In this way, it would be safe to manage windows via smart pointers. If you // want to free memory when the window is closed, you can do deleting by - // overriding the WillCloseWindow method in the observer. + // overriding the OnWindowClosed method in the observer. CloseImmediately(); NotifyWindowClosed();