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

Unified Diff: mojo/runner/shell_test_base.h

Issue 1342503003: Move fetching logic out of ApplicationManager, eliminate url mappings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 3 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/runner/native_runner_unittest.cc ('k') | mojo/runner/shell_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/shell_test_base.h
diff --git a/mojo/runner/shell_test_base.h b/mojo/runner/shell_test_base.h
index f7471ae9d0d4ae89720e342fd8e29e61f1bb9024..73343a80d15409fd4410f0f36ee41452bdd288af 100644
--- a/mojo/runner/shell_test_base.h
+++ b/mojo/runner/shell_test_base.h
@@ -45,8 +45,7 @@ class ShellTestBase : public testing::Test {
Context* shell_context() { return &shell_context_; }
private:
- // Set up the test applications so that mojo: URL resolves to those.
- void SetUpTestApplications();
+ base::FilePath GetTestAppFilePath() const;
Context shell_context_;
base::MessageLoop message_loop_;
« no previous file with comments | « mojo/runner/native_runner_unittest.cc ('k') | mojo/runner/shell_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698