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

Side by Side Diff: mojo/shell/switches.cc

Issue 1543603002: Switch to standard integer types in mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 12 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 unified diff | Download patch
« no previous file with comments | « mojo/shell/shell_application_delegate.cc ('k') | mojo/shell/test_package_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "mojo/shell/switches.h" 5 #include "mojo/shell/switches.h"
6 6
7 #include "base/basictypes.h"
8 7
9 namespace switches { 8 namespace switches {
10 9
11 // If set apps downloaded are not deleted. 10 // If set apps downloaded are not deleted.
12 const char kDontDeleteOnDownload[] = "dont-delete-on-download"; 11 const char kDontDeleteOnDownload[] = "dont-delete-on-download";
13 12
14 // Load apps in separate processes. 13 // Load apps in separate processes.
15 // TODO(vtl): Work in progress; doesn't work. Flip this to "disable" (or maybe 14 // TODO(vtl): Work in progress; doesn't work. Flip this to "disable" (or maybe
16 // change it to "single-process") when it works. 15 // change it to "single-process") when it works.
17 const char kEnableMultiprocess[] = "enable-multiprocess"; 16 const char kEnableMultiprocess[] = "enable-multiprocess";
(...skipping 10 matching lines...) Expand all
28 // find locally any loaded library. For this, gdb use the filename of the 27 // find locally any loaded library. For this, gdb use the filename of the
29 // library. When using this flag, the application are named with the sha256 of 28 // library. When using this flag, the application are named with the sha256 of
30 // their content. 29 // their content.
31 const char kPredictableAppFilenames[] = "predictable-app-filenames"; 30 const char kPredictableAppFilenames[] = "predictable-app-filenames";
32 31
33 // Pull apps via component updater, rather than using default local resolution 32 // Pull apps via component updater, rather than using default local resolution
34 // to find them. 33 // to find them.
35 const char kUseUpdater[] = "use-updater"; 34 const char kUseUpdater[] = "use-updater";
36 35
37 } // namespace switches 36 } // namespace switches
OLDNEW
« no previous file with comments | « mojo/shell/shell_application_delegate.cc ('k') | mojo/shell/test_package_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698