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

Unified Diff: ui/views/mus/views_mus_test_suite.h

Issue 2611773002: Removes code using mus client lib (Closed)
Patch Set: dont run on linux Created 3 years, 12 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 | « ui/views/mus/views_aura_mus_test_suite.cc ('k') | ui/views/mus/views_mus_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/views_mus_test_suite.h
diff --git a/ui/views/mus/views_mus_test_suite.h b/ui/views/mus/views_mus_test_suite.h
deleted file mode 100644
index 2bfd3136b45dbc9111d3ee4e0d8180015bc9d3e4..0000000000000000000000000000000000000000
--- a/ui/views/mus/views_mus_test_suite.h
+++ /dev/null
@@ -1,34 +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.
-
-#ifndef UI_VIEWS_MUS_VIEWS_MUS_TEST_SUITE_H_
-#define UI_VIEWS_MUS_VIEWS_MUS_TEST_SUITE_H_
-
-#include <memory>
-
-#include "base/macros.h"
-#include "ui/views/views_test_suite.h"
-
-namespace views {
-
-class ServiceManagerConnection;
-
-class ViewsMusTestSuite : public ViewsTestSuite {
- public:
- ViewsMusTestSuite(int argc, char** argv);
- ~ViewsMusTestSuite() override;
-
- private:
- // ViewsTestSuite:
- void Initialize() override;
- void Shutdown() override;
-
- std::unique_ptr<ServiceManagerConnection> service_manager_connections_;
-
- DISALLOW_COPY_AND_ASSIGN(ViewsMusTestSuite);
-};
-
-} // namespace views
-
-#endif // UI_VIEWS_MUS_VIEWS_MUS_TEST_SUITE_H_
« no previous file with comments | « ui/views/mus/views_aura_mus_test_suite.cc ('k') | ui/views/mus/views_mus_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698