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

Unified Diff: shell/switches.h

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: 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
Index: shell/switches.h
diff --git a/shell/switches.h b/shell/switches.h
index 45e5dfcae2c2e7752d56a2a323d1e80f49a5c7b6..b0d181d6d67b4d6012899c8edbf23bed10b3448d 100644
--- a/shell/switches.h
+++ b/shell/switches.h
@@ -24,6 +24,7 @@ extern const char kForceInProcess[];
extern const char kHelp[];
extern const char kMapOrigin[];
extern const char kOrigin[];
+extern const char kPredictableAppFilenames[];
extern const char kURLMappings[];
extern const std::set<std::string> GetAllSwitches();

Powered by Google App Engine
This is Rietveld 408576698