| Index: chrome/browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc (revision 158566)
|
| +++ chrome/browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc (working copy)
|
| @@ -66,8 +66,6 @@
|
| history::HistoryAddPageArgs should_add_args(
|
| GURL(), base::Time::Now(), 0, 0, GURL(), history::RedirectList(),
|
| content::PAGE_TRANSITION_TYPED, history::SOURCE_SYNCED, false);
|
| - EXPECT_FALSE(test_web_contents_delegate_->ShouldAddNavigationToHistory(
|
| - should_add_args, content::NAVIGATION_TYPE_NEW_PAGE));
|
| test_web_contents_delegate_->NavigationStateChanged(NULL, 0);
|
| test_web_contents_delegate_->ActivateContents(NULL);
|
| test_web_contents_delegate_->LoadingStateChanged(NULL);
|
|
|