| Index: shell/context.h
|
| diff --git a/shell/context.h b/shell/context.h
|
| index ab30f14f3afe5e62672181c05187171d41385168..b20b3fa85e6d18dcacfffc0f346b934f2cda712d 100644
|
| --- a/shell/context.h
|
| +++ b/shell/context.h
|
| @@ -43,6 +43,7 @@ class Context : ApplicationManager::Delegate {
|
| // ApplicationManager::Delegate override.
|
| void OnApplicationError(const GURL& url) override;
|
| GURL ResolveURL(const GURL& url) override;
|
| + GURL ResolveMappings(const GURL& url) override;
|
|
|
| std::set<GURL> app_urls_;
|
| scoped_ptr<TaskRunners> task_runners_;
|
|
|