| Index: chrome/browser/ui/browser_command_controller_browsertest.cc
|
| diff --git a/chrome/browser/ui/browser_command_controller_browsertest.cc b/chrome/browser/ui/browser_command_controller_browsertest.cc
|
| index 1f71986976be3a6086a13d3573c2ebd3bcc4eb4a..971014831985a8143a17786550649843edde6741 100644
|
| --- a/chrome/browser/ui/browser_command_controller_browsertest.cc
|
| +++ b/chrome/browser/ui/browser_command_controller_browsertest.cc
|
| @@ -22,7 +22,7 @@ IN_PROC_BROWSER_TEST_F(BrowserCommandControllerBrowserTest, DisableFind) {
|
| content::WebContents* web_contents =
|
| browser()->tab_strip_model()->GetActiveWebContents();
|
| MockTabModalConfirmDialogDelegate* delegate =
|
| - new MockTabModalConfirmDialogDelegate(web_contents, NULL);
|
| + new MockTabModalConfirmDialogDelegate(NULL);
|
| TabModalConfirmDialog::Create(delegate, web_contents);
|
| EXPECT_FALSE(chrome::IsCommandEnabled(browser(), IDC_FIND));
|
|
|
|
|