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

Unified Diff: shell/child_switches.cc

Issue 1131953006: Shell: switches cleanup. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: gn android fix Created 5 years, 7 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 | « shell/child_switches.h ('k') | shell/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/child_switches.cc
diff --git a/gpu/config/gpu_switches.cc b/shell/child_switches.cc
similarity index 55%
copy from gpu/config/gpu_switches.cc
copy to shell/child_switches.cc
index fdf9f0e180bebd44ce7e5b58e04f4208bfe0820b..5dc85ae7138359388b61aea33b20e876a12cf188 100644
--- a/gpu/config/gpu_switches.cc
+++ b/shell/child_switches.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "gpu/config/gpu_switches.h"
+#include "shell/child_switches.h"
namespace switches {
-// Pass a set of GpuDriverBugWorkaroundType ids, seperated by ','.
-const char kGpuDriverBugWorkarounds[] = "gpu-driver-bug-workarounds";
+// Used only by the child process. Not for user use.
+const char kChildProcess[] = "child-process";
} // namespace switches
« no previous file with comments | « shell/child_switches.h ('k') | shell/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698