Implement protocol.registerHttpProtocol
This commit is contained in:
parent
1f2d7d1cd8
commit
f493eb34ae
6 changed files with 52 additions and 38 deletions
|
@ -47,9 +47,7 @@ class JsAsker : public RequestJob {
|
|||
weak_factory_(this) {}
|
||||
|
||||
// Subclass should do initailze work here.
|
||||
virtual void StartAsync(scoped_ptr<base::Value> options) {
|
||||
RequestJob::Start();
|
||||
}
|
||||
virtual void StartAsync(scoped_ptr<base::Value> options) = 0;
|
||||
|
||||
private:
|
||||
// RequestJob:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue