Index: chrome/browser/tab_contents/infobar_delegate.cc |
diff --git a/chrome/browser/tab_contents/infobar_delegate.cc b/chrome/browser/tab_contents/infobar_delegate.cc |
index d0b04b7af1d027879735688e938339a345ec7936..d5ef1b869f80da4417afb0a4f7aff946fdd73b47 100644 |
--- a/chrome/browser/tab_contents/infobar_delegate.cc |
+++ b/chrome/browser/tab_contents/infobar_delegate.cc |
@@ -26,6 +26,10 @@ bool InfoBarDelegate::ShouldExpire( |
PageTransition::RELOAD); |
} |
+bool InfoBarDelegate::DoNotCloseOnProgrammaticNavigation() const { |
+ return true; |
brettw
2011/05/13 17:04:45
Indentation messed up.
|
+} |
+ |
void InfoBarDelegate::InfoBarDismissed() { |
} |