| Index: mojo/runner/context.cc
|
| diff --git a/mojo/runner/context.cc b/mojo/runner/context.cc
|
| index 0163f03f931651fa76af499d9a0303bac8ca295a..b22d8057427fa0125ea11724cb242e0c906af56a 100644
|
| --- a/mojo/runner/context.cc
|
| +++ b/mojo/runner/context.cc
|
| @@ -296,6 +296,12 @@ GURL Context::ResolveMojoURL(const GURL& url) {
|
| return url_resolver_.ResolveMojoURL(url);
|
| }
|
|
|
| +bool Context::CreateFetcher(
|
| + const GURL& url,
|
| + const shell::Fetcher::FetchCallback& loader_callback) {
|
| + return false;
|
| +}
|
| +
|
| void Context::OnShutdownComplete() {
|
| DCHECK_EQ(base::MessageLoop::current()->task_runner(),
|
| task_runners_->shell_runner());
|
|
|