Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Unified Diff: shell/context.h

Issue 859863002: Fix shell URL resolver. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « shell/application_manager/application_manager_unittest.cc ('k') | shell/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « shell/application_manager/application_manager_unittest.cc ('k') | shell/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698