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

Unified Diff: mojo/shell/url_resolver_unittest.cc

Issue 1057603003: Simplify mojo_shell since it's now only used for Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update scripts 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/switches.cc ('k') | mojo/tools/android_mojo_shell.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/url_resolver_unittest.cc
diff --git a/mojo/shell/url_resolver_unittest.cc b/mojo/shell/url_resolver_unittest.cc
index f9593216843e2068ba2df1e1899e2548305b242f..dd8da75541195fa87190198f4501018ceb3844d4 100644
--- a/mojo/shell/url_resolver_unittest.cc
+++ b/mojo/shell/url_resolver_unittest.cc
@@ -115,7 +115,6 @@ TEST_F(URLResolverTest, GetOriginMappings) {
args.clear();
args.push_back(ARG_LITERAL("mojo_shell"));
- args.push_back(ARG_LITERAL("--args-for=https://a.org/foo --test"));
args.push_back(ARG_LITERAL("--map-origin=https://a.org=https://b.org/a"));
args.push_back(ARG_LITERAL("--map-origin=https://b.org=https://c.org/b"));
args.push_back(ARG_LITERAL("https://a.org/foo"));
« no previous file with comments | « mojo/shell/switches.cc ('k') | mojo/tools/android_mojo_shell.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698