Shutdown RenderWidgetHost owned by RenderFrameHost when destroying the RenderFrameHost.
[chromium-blink-merge.git] / mojo / shell / switches.cc
blobc6df370e7a2a78d9b000ce1f00bd15d6c6589979
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"
9 namespace switches {
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
18 // their content.
19 const char kPredictableAppFilenames[] = "predictable-app-filenames";
21 } // namespace switches