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

Unified Diff: mojo/shell/native_runner_unittest.cc

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/context.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/native_runner_unittest.cc
diff --git a/mojo/shell/native_runner_unittest.cc b/mojo/shell/native_runner_unittest.cc
index 4b8b5a07aeee313e7d16165bf77c4eaa48ec2ca7..4cbb4f53bb989043eda0eba0fb718a4d7cce35b9 100644
--- a/mojo/shell/native_runner_unittest.cc
+++ b/mojo/shell/native_runner_unittest.cc
@@ -78,9 +78,8 @@ class NativeApplicationLoaderTest : public testing::Test,
private:
// ApplicationManager::Delegate
- GURL ResolveURL(const GURL& url) override { return url; }
-
GURL ResolveMappings(const GURL& url) override { return url; }
+ GURL ResolveMojoURL(const GURL& url) override { return url; }
};
TEST_F(NativeApplicationLoaderTest, DoesNotExist) {
« no previous file with comments | « mojo/shell/context.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698