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

Unified Diff: mojo/runner/switches.cc

Issue 1630823002: Move mojo/runner to mojo/shell/standalone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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 | « mojo/runner/switches.h ('k') | mojo/runner/task_runners.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/switches.cc
diff --git a/mojo/runner/switches.cc b/mojo/runner/switches.cc
deleted file mode 100644
index dfb7c8844cbaad0905ab0d7a06f0d40d2a5f87e1..0000000000000000000000000000000000000000
--- a/mojo/runner/switches.cc
+++ /dev/null
@@ -1,39 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "mojo/runner/switches.h"
-
-namespace switches {
-
-// Comma separated list like:
-// text/html,mojo:html_viewer,application/bravo,https://abarth.com/bravo
-const char kContentHandlers[] = "content-handlers";
-
-// In multiprocess mode, force these apps to be loaded in the main process.
-// This is a comma-separated list of URLs. Example:
-// --force-in-process=mojo:native_viewport_service,mojo:network_service
-const char kForceInProcess[] = "force-in-process";
-
-// Print the usage message and exit.
-const char kHelp[] = "help";
-
-// Specify origin to map to base url. See url_resolver.cc for details.
-// Can be used multiple times.
-const char kMapOrigin[] = "map-origin";
-
-// Specifies a set of mappings to apply when resolving URLs. The value is a set
-// of comma-separated mappings, where each mapping consists of a pair of URLs
-// giving the to/from URLs to map. For example, 'a=b,c=d' contains two mappings,
-// the first maps 'a' to 'b' and the second 'c' to 'd'.
-const char kURLMappings[] = "url-mappings";
-
-// When this is set, we create a temporary user data dir for the process, and
-// add a flag so kUserDataDir points to it.
-const char kUseTemporaryUserDataDir[] = "use-temporary-user-data-dir";
-
-// Specifies the user data directory. This is the one directory which stores
-// all persistent data.
-const char kUserDataDir[] = "user-data-dir";
-
-} // namespace switches
« no previous file with comments | « mojo/runner/switches.h ('k') | mojo/runner/task_runners.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698