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

Unified Diff: mojo/shell/context.h

Issue 1052103005: Documents what ApplicationManager::Delegate do (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dont nuke 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 | « mojo/shell/application_manager/application_manager_unittest.cc ('k') | mojo/shell/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/context.h
diff --git a/mojo/shell/context.h b/mojo/shell/context.h
index 4be704ee2603ad3a26ddf05ccb1f8950453b7f48..e1073f363e96306b30ad617b1a0cb08424f54566 100644
--- a/mojo/shell/context.h
+++ b/mojo/shell/context.h
@@ -63,8 +63,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 | « mojo/shell/application_manager/application_manager_unittest.cc ('k') | mojo/shell/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698