Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(563)

Unified Diff: chrome/browser/chrome_quota_permission_context.cc

Issue 308673007: Hide webkitPersistentStorage infobar on navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698