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

Unified Diff: chrome/test/views_chrome_test_suite.cc

Issue 2364173002: Add app_list_presenterr pointer in app_list_presenter_delegate_mus to use dismiss function (Closed)
Patch Set: remove unnecessary includes Created 4 years, 2 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/views_chrome_test_suite.h ('k') | ui/views/mus/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/views_chrome_test_suite.cc
diff --git a/ui/views/mus/views_mus_test_suite.cc b/chrome/test/views_chrome_test_suite.cc
similarity index 96%
copy from ui/views/mus/views_mus_test_suite.cc
copy to chrome/test/views_chrome_test_suite.cc
index 701ea56a65021d0ab3a729c70da62b42fe13334a..8b50a77cf3d0e596ee11086351381ae06ac27b93 100644
--- a/ui/views/mus/views_mus_test_suite.cc
+++ b/chrome/test/views_chrome_test_suite.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/views/mus/views_mus_test_suite.h"
+#include "views_chrome_test_suite.h"
#include <memory>
@@ -153,12 +153,12 @@ class ShellConnection {
DISALLOW_COPY_AND_ASSIGN(ShellConnection);
};
-ViewsMusTestSuite::ViewsMusTestSuite(int argc, char** argv)
+ViewsChromeTestSuite::ViewsChromeTestSuite(int argc, char** argv)
: ViewsTestSuite(argc, argv) {}
-ViewsMusTestSuite::~ViewsMusTestSuite() {}
+ViewsChromeTestSuite::~ViewsChromeTestSuite() {}
-void ViewsMusTestSuite::Initialize() {
+void ViewsChromeTestSuite::Initialize() {
PlatformTestHelper::SetIsMus();
// Let other mojo apps know that we're running in tests. Do this with a
// command line flag to avoid making blocking calls to other processes for
@@ -169,7 +169,7 @@ void ViewsMusTestSuite::Initialize() {
shell_connections_.reset(new ShellConnection);
}
-void ViewsMusTestSuite::Shutdown() {
+void ViewsChromeTestSuite::Shutdown() {
shell_connections_.reset();
ViewsTestSuite::Shutdown();
}
« no previous file with comments | « chrome/test/views_chrome_test_suite.h ('k') | ui/views/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698