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

Unified Diff: ash/test/display_manager_test_api.h

Issue 1119953002: Enable display rotation, magnifier in unified desktop mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
Index: ash/test/display_manager_test_api.h
diff --git a/ash/test/display_manager_test_api.h b/ash/test/display_manager_test_api.h
index 12aa335914df0eb0967bfc4d9bbcd32b08dad469..afbfd43118d9da136cea1039978879d9024d5940 100644
--- a/ash/test/display_manager_test_api.h
+++ b/ash/test/display_manager_test_api.h
@@ -8,7 +8,6 @@
#include <string>
#include <vector>
-#include "ash/display/display_manager.h"
#include "base/basictypes.h"
#include "ui/display/types/display_constants.h"
@@ -23,6 +22,8 @@ class EventGenerator;
}
namespace ash {
+class DisplayManager;
+
namespace test {
class DisplayManagerTestApi {
@@ -57,9 +58,6 @@ class DisplayManagerTestApi {
int64 display_id,
const std::vector<ui::ColorCalibrationProfile>& profiles);
- // Sets the default multi display mode.
- void SetDefaultMultiDisplayMode(DisplayManager::MultiDisplayMode mode);
-
private:
DisplayManager* display_manager_; // not owned

Powered by Google App Engine
This is Rietveld 408576698