Wire in the AppCache out-of-space callback

This commit is contained in:
Andrei Popescu
2009-07-28 13:38:06 +01:00
parent c6c18133b3
commit 59e2ad93bf
6 changed files with 129 additions and 18 deletions

View File

@@ -538,7 +538,7 @@ public class TestShellActivity extends Activity implements LayoutTestController
@Override
public void onExceededDatabaseQuota(String url_str,
String databaseIdentifier, long currentQuota,
String databaseIdentifier, long currentQuota, long totalUsedQuota,
WebStorage.QuotaUpdater callback) {
if (mDumpDatabaseCallbacks) {
if (mDatabaseCallbackStrings == null) {