Skip to content

Commit

Permalink
Bug 1147562 - Update remaining callsites of newChannel before landing…
Browse files Browse the repository at this point in the history
… the shim in chrome/ (r=bsmedberg)
  • Loading branch information
Christoph Kerschbaumer committed Apr 9, 2015
1 parent beddb99 commit 405eabb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chrome/test/unit/test_no_remote_registration.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ ProtocolHandler.prototype =
}
return uri;
},
newChannel2: function() { throw Cr.NS_ERROR_NOT_IMPLEMENTED },
newChannel: function() { throw Cr.NS_ERROR_NOT_IMPLEMENTED },
QueryInterface: XPCOMUtils.generateQI([
Ci.nsIProtocolHandler
Expand Down

0 comments on commit 405eabb

Please sign in to comment.