summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_quota_permission_context.h
Commit message (Collapse)AuthorAgeFilesLines
* Move QuotaPermissionContext to content/public/browser and put it in the ↵tfarina@chromium.org2012-03-021-4/+4
| | | | | | | | | | | content namespace. BUG=98716 R=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/9566035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124710 0039d316-1c4b-4281-b951-d872f2087c98
* base::Bind: Convert QuotaPermissionContext::PermissionCallback.jhawkins@chromium.org2011-10-181-2/+2
| | | | | | | | | | | BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8348010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106163 0039d316-1c4b-4281-b951-d872f2087c98
* Quota InfoBarkinuko@chromium.org2011-05-311-0/+30
For persistent storage request we need to show 'request quota' infoBar if the requested storage size (or requested new quota size) is greater than the current quota, and to show an infoBar we need to let the browser know which render view is requesting the storage. This patch includes necessary plumbing to send render process_id/view_id to the browser process and the info bar implementation itself. BUG=61676 TEST=none Review URL: http://codereview.chromium.org/6976026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87275 0039d316-1c4b-4281-b951-d872f2087c98