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

Unified Diff: chrome/test/security_tests/sandbox_browsertest_win.cc

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
Index: chrome/test/security_tests/sandbox_browsertest_win.cc
diff --git a/chrome/test/security_tests/sandbox_browsertest_win.cc b/chrome/test/security_tests/sandbox_browsertest_win.cc
deleted file mode 100644
index 05c10bb5f36e5c44885145927781ed7cb1148856..0000000000000000000000000000000000000000
--- a/chrome/test/security_tests/sandbox_browsertest_win.cc
+++ /dev/null
@@ -1,25 +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 "base/command_line.h"
-#include "chrome/browser/ui/browser.h"
-#include "chrome/browser/ui/tabs/tab_strip_model.h"
-#include "chrome/common/chrome_switches.h"
-#include "chrome/test/base/in_process_browser_test.h"
-
-class SandboxWinTest : public InProcessBrowserTest {
- protected:
- SandboxWinTest() : InProcessBrowserTest() {}
-
- virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
- command_line->AppendSwitchASCII(switches::kTestSandbox,
- "security_tests.dll");
- }
-};
-
-// Need a cross-platform test library: http://crbug.com/45771
-// Verifies that chrome is running properly.
-IN_PROC_BROWSER_TEST_F(SandboxWinTest, ExecuteDll) {
- EXPECT_EQ(1, browser()->tab_strip_model()->count());
-}
« no previous file with comments | « chrome/test/security_tests/sandbox_browsertest_linux.cc ('k') | chrome/test/security_tests/sandbox_tests_mac-Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698