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

Unified Diff: chrome/test/base/ash_test_environment_chrome.cc

Issue 2303453003: Revert of Moves ash content specific tests into ash_content_unittests (Closed)
Patch Set: Created 4 years, 4 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 | « chrome/test/base/ash_test_environment_chrome.h ('k') | chrome/test/base/browser_with_test_window_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/ash_test_environment_chrome.cc
diff --git a/chrome/test/base/ash_test_environment_chrome.cc b/chrome/test/base/ash_test_environment_chrome.cc
deleted file mode 100644
index d002600e120454ab243b4ac2671a58be3673cce0..0000000000000000000000000000000000000000
--- a/chrome/test/base/ash_test_environment_chrome.cc
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright 2016 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/test/base/ash_test_environment_chrome.h"
-
-#include "ash/test/ash_test_views_delegate.h"
-#include "base/memory/ptr_util.h"
-#include "base/message_loop/message_loop.h"
-#include "content/public/browser/browser_thread.h"
-#include "ui/views/views_delegate.h"
-
-AshTestEnvironmentChrome::AshTestEnvironmentChrome() {}
-
-AshTestEnvironmentChrome::~AshTestEnvironmentChrome() {}
-
-base::SequencedWorkerPool* AshTestEnvironmentChrome::GetBlockingPool() {
- return content::BrowserThread::GetBlockingPool();
-}
-
-std::unique_ptr<views::ViewsDelegate>
-AshTestEnvironmentChrome::CreateViewsDelegate() {
- return base::MakeUnique<ash::test::AshTestViewsDelegate>();
-}
« no previous file with comments | « chrome/test/base/ash_test_environment_chrome.h ('k') | chrome/test/base/browser_with_test_window_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698