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

Unified Diff: content/renderer/renderer_main_platform_delegate.h

Issue 285283003: Remove flag --test-sandbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change requested by resek, thanks Created 6 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 | « content/renderer/renderer_main.cc ('k') | content/renderer/renderer_main_platform_delegate_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/renderer_main_platform_delegate.h
diff --git a/content/renderer/renderer_main_platform_delegate.h b/content/renderer/renderer_main_platform_delegate.h
index 11ba4ae48f96b99451f757fa01df7ff965a32554..8d2f8ed96ba54984db22520b252ab0901dc5fa49 100644
--- a/content/renderer/renderer_main_platform_delegate.h
+++ b/content/renderer/renderer_main_platform_delegate.h
@@ -34,16 +34,9 @@ class CONTENT_EXPORT RendererMainPlatformDelegate {
void PlatformInitialize();
void PlatformUninitialize();
- // Gives us an opportunity to initialize state used for tests before enabling
- // the sandbox.
- bool InitSandboxTests(bool no_sandbox);
-
// Initiate Lockdown, returns true on success.
bool EnableSandbox();
- // Runs Sandbox tests.
- void RunSandboxTests(bool no_sandbox);
-
private:
const MainFunctionParams& parameters_;
#if defined(OS_WIN)
« no previous file with comments | « content/renderer/renderer_main.cc ('k') | content/renderer/renderer_main_platform_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698