1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "mojo/shell/switches.h"
7 #include "base/basictypes.h"
11 // If set apps downloaded are not deleted.
12 const char kDontDeleteOnDownload
[] = "dont-delete-on-download";
14 // If set apps downloaded are saved in with a predictable filename, to help
15 // remote debugging: when gdb is used through gdbserver, it needs to be able to
16 // find locally any loaded library. For this, gdb use the filename of the
17 // library. When using this flag, the application are named with the sha256 of
19 const char kPredictableAppFilenames
[] = "predictable-app-filenames";
21 } // namespace switches