Chromium Code Reviews| Index: webkit/quota/quota_manager.cc |
| =================================================================== |
| --- webkit/quota/quota_manager.cc (revision 96053) |
| +++ webkit/quota/quota_manager.cc (working copy) |
| @@ -975,6 +975,7 @@ |
| return; |
| } |
| + // note: returns host usage and quota |
| std::string host = net::GetHostOrSpecFromURL(origin); |
| UsageAndQuotaDispatcherTaskMap::iterator found = |
| usage_and_quota_dispatchers_.find(std::make_pair(host, type)); |