| 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 d853affbb25bf947bed88ab3450ab847c7ca5b4b..50800305ee6b104a2bc6a28bb3eb6c406bb98350 100644
|
| --- a/chrome/browser/chrome_quota_permission_context.cc
|
| +++ b/chrome/browser/chrome_quota_permission_context.cc
|
| @@ -189,6 +189,7 @@ void RequestQuotaInfoBarDelegate::Create(
|
| const std::string& display_languages,
|
| const content::QuotaPermissionContext::PermissionCallback& callback) {
|
| infobar_service->AddInfoBar(ConfirmInfoBarDelegate::CreateInfoBar(
|
| + infobar_service,
|
| scoped_ptr<ConfirmInfoBarDelegate>(new RequestQuotaInfoBarDelegate(
|
| context, origin_url, requested_quota, display_languages, callback))));
|
| }
|
|
|