| Index: chrome/browser/cocoa/html_dialog_window_controller.h
|
| diff --git a/chrome/browser/cocoa/html_dialog_window_controller.h b/chrome/browser/cocoa/html_dialog_window_controller.h
|
| index 26b761dec10ec3f91a4152d43b9e6cdc392109c5..c8e3884889b0e693bdce41384f148c3e7ee78075 100644
|
| --- a/chrome/browser/cocoa/html_dialog_window_controller.h
|
| +++ b/chrome/browser/cocoa/html_dialog_window_controller.h
|
| @@ -22,7 +22,6 @@ class TabContents;
|
| // from a HTMLDialogUIDelegate object.
|
| @interface HtmlDialogWindowController : NSWindowController {
|
| @private
|
| - Profile* profile_; // weak. Always a non-incognito profile.
|
| // Order here is important, as tab_contents_ may send messages to
|
| // delegate_ when it gets destroyed.
|
| scoped_ptr<HtmlDialogWindowDelegateBridge> delegate_;
|
|
|