Chromium Code Reviews| Index: chrome/browser/chrome_quota_permission_context.cc |
| diff --git a/chrome/browser/chrome_quota_permission_context.cc b/chrome/browser/chrome_quota_permission_context.cc |
| index 5d426079f624569e3e5a56d46da99cbec0ad3a51..91b8a0878ec2b644cfb1c512cdffdc7b657c7531 100644 |
| --- a/chrome/browser/chrome_quota_permission_context.cc |
| +++ b/chrome/browser/chrome_quota_permission_context.cc |
| @@ -215,7 +215,7 @@ RequestQuotaInfoBarDelegate::~RequestQuotaInfoBarDelegate() { |
| bool RequestQuotaInfoBarDelegate::ShouldExpireInternal( |
|
meacer
2014/05/30 17:44:21
You should be able to remove this override altoget
Nikhil
2014/06/03 06:36:02
Done.
|
| const NavigationDetails& details) const { |
| - return false; |
| + return ConfirmInfoBarDelegate::ShouldExpireInternal(details); |
| } |
| base::string16 RequestQuotaInfoBarDelegate::GetMessageText() const { |