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

Unified Diff: ui/display/chromeos/test/test_display_layout_manager.h

Issue 2540313002: Split //ui/display and create //ui/display/manager. (Closed)
Patch Set: Cleanup export header. Created 4 years 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: ui/display/chromeos/test/test_display_layout_manager.h
diff --git a/ui/display/chromeos/test/test_display_layout_manager.h b/ui/display/chromeos/test/test_display_layout_manager.h
deleted file mode 100644
index 44b97f7f8836086d53816d69777f5f49efd27401..0000000000000000000000000000000000000000
--- a/ui/display/chromeos/test/test_display_layout_manager.h
+++ /dev/null
@@ -1,46 +0,0 @@
-// Copyright 2015 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_DISPLAY_CHROMEOS_TEST_TEST_DISPLAY_LAYOUT_MANAGER_H_
-#define UI_DISPLAY_CHROMEOS_TEST_TEST_DISPLAY_LAYOUT_MANAGER_H_
-
-#include "base/macros.h"
-#include "base/memory/scoped_vector.h"
-#include "ui/display/chromeos/display_configurator.h"
-#include "ui/display/chromeos/display_layout_manager.h"
-
-namespace ui {
-namespace test {
-
-class TestDisplayLayoutManager : public DisplayLayoutManager {
- public:
- TestDisplayLayoutManager(ScopedVector<DisplaySnapshot> displays,
- MultipleDisplayState display_state);
- ~TestDisplayLayoutManager() override;
-
- // DisplayLayoutManager:
- DisplayConfigurator::StateController* GetStateController() const override;
- DisplayConfigurator::SoftwareMirroringController*
- GetSoftwareMirroringController() const override;
- MultipleDisplayState GetDisplayState() const override;
- chromeos::DisplayPowerState GetPowerState() const override;
- bool GetDisplayLayout(const std::vector<DisplaySnapshot*>& displays,
- MultipleDisplayState new_display_state,
- chromeos::DisplayPowerState new_power_state,
- std::vector<DisplayConfigureRequest>* requests,
- gfx::Size* framebuffer_size) const override;
- std::vector<DisplaySnapshot*> GetDisplayStates() const override;
- bool IsMirroring() const override;
-
- private:
- ScopedVector<DisplaySnapshot> displays_;
- MultipleDisplayState display_state_;
-
- DISALLOW_COPY_AND_ASSIGN(TestDisplayLayoutManager);
-};
-
-} // namespace test
-} // namespace ui
-
-#endif // UI_DISPLAY_CHROMEOS_TEST_TEST_DISPLAY_LAYOUT_MANAGER_H_
« no previous file with comments | « ui/display/chromeos/test/action_logger_util.cc ('k') | ui/display/chromeos/test/test_display_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698