Wire in the AppCache out-of-space callback
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user