This commit is contained in:
Joe Bowser
2009-11-26 11:48:16 -08:00
parent 34ab64655d
commit 0af30a6e82
4 changed files with 23 additions and 8 deletions
+2 -1
View File
@@ -41,7 +41,7 @@ public class GapClient extends WebChromeClient {
result.confirm();
return true;
}
public void onExceededDatabaseQuota(String url, String databaseIdentifier, long currentQuota, long estimatedSize,
long totalUsedQuota, WebStorage.QuotaUpdater quotaUpdater)
{
@@ -58,4 +58,5 @@ public class GapClient extends WebChromeClient {
quotaUpdater.updateQuota(currentQuota);
}
}
}