| Index: chrome/browser/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
|
| index 1d702bd78ae465c94d40eed541af3c0ef99f9b3b..865494061fca1334c63829162c468938676b4e2b 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents.cc
|
| @@ -1543,12 +1543,6 @@ void TabContents::AddPopup(TabContents* new_contents,
|
| }
|
| }
|
|
|
| -namespace {
|
| -bool TransitionIsReload(PageTransition::Type transition) {
|
| - return PageTransition::StripQualifier(transition) == PageTransition::RELOAD;
|
| -}
|
| -}
|
| -
|
| void TabContents::ExpireInfoBars(
|
| const NavigationController::LoadCommittedDetails& details) {
|
| // Only hide InfoBars when the user has done something that makes the main
|
|
|