Commit 3b29bf1a authored by tonikitoo's avatar tonikitoo Committed by Commit bot

Remove kNoSandbox now that services/service_manager/standalone is gone

Driven-by clean up past [1], where the only user of this switch was
(re)moved.

[1] https://codereview.chromium.org/2573283002

BUG=

Review-Url: https://codereview.chromium.org/2619773003
Cr-Commit-Position: refs/heads/master@{#442986}
parent 8d1a5a1e
...@@ -10,8 +10,5 @@ namespace switches { ...@@ -10,8 +10,5 @@ namespace switches {
// Enable the tracing service. // Enable the tracing service.
const char kEnableTracing[] = "enable-service-manager-tracing"; const char kEnableTracing[] = "enable-service-manager-tracing";
// Disables the sandbox for debugging.
const char kNoSandbox[] = "no-sandbox";
} // namespace switches } // namespace switches
} // namespace service_manager } // namespace service_manager
...@@ -11,7 +11,6 @@ namespace switches { ...@@ -11,7 +11,6 @@ namespace switches {
// All switches in alphabetical order. The switches should be documented // All switches in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file. // alongside the definition of their values in the .cc file.
extern const char kEnableTracing[]; extern const char kEnableTracing[];
extern const char kNoSandbox[];
} // namespace switches } // namespace switches
} // namespace service_manager } // namespace service_manager
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment