This commit is contained in:
Robo 2016-02-19 19:46:03 +05:30
parent 85800256de
commit bdfc19ad20
3 changed files with 29 additions and 9 deletions

View file

@ -19,10 +19,6 @@ var logAndThrow = function(callback, message) {
}
};
protocol.fromPartition = function(partition) {
return session.fromPartition(partition).protocol;
};
protocol.registerProtocol = function(scheme, handler, callback) {
return logAndThrow(callback, 'registerProtocol API has been replaced by the register[File/Http/Buffer/String]Protocol API family, please switch to the new APIs.');
};