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

Unified Diff: shell/context.h

Issue 1105063002: Documents what ApplicationManager::Delegate do (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 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 73ad3a433f23082501479d6eccbc26b5995e8f94..d28ed69a81c7f0132914713e048a52829c73ef4e 100644
--- a/shell/context.h
+++ b/shell/context.h
@@ -71,8 +71,8 @@ class Context : public ApplicationManager::Delegate,
class NativeViewportApplicationLoader;
// ApplicationManager::Delegate overrides.
- GURL ResolveURL(const GURL& url) override;
GURL ResolveMappings(const GURL& url) override;
+ GURL ResolveMojoURL(const GURL& url) override;
// ProcessDelegate implementation.
void OnShutdownComplete() override;
« 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