| Index: chrome/browser/cocoa/html_dialog_window_controller_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/html_dialog_window_controller_unittest.mm (revision 64933)
|
| +++ chrome/browser/cocoa/html_dialog_window_controller_unittest.mm (working copy)
|
| @@ -35,6 +35,7 @@
|
| MOCK_METHOD1(OnDialogClosed, void(const std::string& json_retval));
|
| MOCK_METHOD2(OnCloseContents,
|
| void(TabContents* source, bool* out_close_dialog));
|
| + MOCK_CONST_METHOD0(ShouldShowDialogTitle, bool());
|
| };
|
|
|
| class HtmlDialogWindowControllerTest : public BrowserWithTestWindowTest {
|
|
|