Index: ash/test/ash_test_base.h |
diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h |
index 9238f161eb1b5d61f2de3bdb76ac59cbc123937d..558361847d7e97cdfa714c8f72b75ec1005d23b2 100644 |
--- a/ash/test/ash_test_base.h |
+++ b/ash/test/ash_test_base.h |
@@ -84,6 +84,12 @@ class AshTestBase : public testing::Test { |
// See ash::test::DisplayManagerTestApi::UpdateDisplay for more details. |
void UpdateDisplay(const std::string& display_specs); |
+ // Set the 1st display as an internal display and returns the display Id for |
+ // the internal display. |
+ // See ash::test::DisplayManagerTestApi::SetFirstDisplayAsInternalDisplay for |
+ // more details. |
+ int64_t SetFirstDisplayAsInternalDisplay(); |
+ |
// Returns a root Window. Usually this is the active root Window, but that |
// method can return NULL sometimes, and in those cases, we fall back on the |
// primary root Window. |