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

Unified Diff: shell/desktop/mojo_main.cc

Issue 1011333003: Fix races when the same bits are downloaded from 2 URLs. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 5 years, 9 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/network_fetcher.cc ('k') | shell/switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/desktop/mojo_main.cc
diff --git a/shell/desktop/mojo_main.cc b/shell/desktop/mojo_main.cc
index b45f3761d1382ad18469795b087168d93ccfb840..d9717e05d4075d0e57a9559721e09c1b6a28df35 100644
--- a/shell/desktop/mojo_main.cc
+++ b/shell/desktop/mojo_main.cc
@@ -29,6 +29,7 @@ void Usage() {
<< " [--" << switches::kEnableMultiprocess << "]"
<< " [--" << switches::kOrigin << "=<url-lib-path>]"
<< " [--" << switches::kURLMappings << "=from1=to1,from2=to2]"
+ << " [--" << switches::kPredictableAppFilenames << "]"
<< " [--" << switches::kWaitForDebugger << "]"
<< " <mojo-app> ...\n\n"
<< "A <mojo-app> is a Mojo URL or a Mojo URL and arguments within "
« no previous file with comments | « shell/application_manager/network_fetcher.cc ('k') | shell/switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698