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

Unified Diff: chrome/browser/apps/app_crash_browsertest.cc

Issue 1024373002: Remove app_crash_browsertest.cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test to platform_apps/window_api Created 5 years, 9 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 | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/app_crash_browsertest.cc
diff --git a/chrome/browser/apps/app_crash_browsertest.cc b/chrome/browser/apps/app_crash_browsertest.cc
deleted file mode 100644
index 6767a4be92c33ab279b625fd58e9e233920eba38..0000000000000000000000000000000000000000
--- a/chrome/browser/apps/app_crash_browsertest.cc
+++ /dev/null
@@ -1,28 +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 "chrome/browser/apps/app_browsertest_util.h"
-#include "extensions/test/extension_test_message_listener.h"
-
-// This class of BrowserTests is a helper to create tests related to crashes in
-// Chrome Apps. To be tested, the app will have to be placed as any other test
-// app (see PlatformAppBrowserTest) and will need to send a "Done" message back.
-// When the "Done" message is received, the test succeed. If it is not, it is
-// assumed that Chrome has crashed and the test will anyway fail.
-//
-// The entry in this file should be something like:
-// IN_PROC_BROWSER_TEST_F(AppCrashTest, <TEST_NAME>) {
-// ASSERT_TRUE(RunAppCrashTest("<DIRECTORY_TEST_NAME>"));
-// }
-
-class AppCrashTest : public extensions::PlatformAppBrowserTest {
-public:
- void RunAppCrashTest(const char* name) {
- LoadAndLaunchPlatformApp(name, "Done");
- }
-};
-
-IN_PROC_BROWSER_TEST_F(AppCrashTest, HiddenWindows) {
- RunAppCrashTest("crashtest_hidden_windows");
-}
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698