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

Unified Diff: ash/test/display_manager_test_api.h

Issue 1251573006: Cleanup: Enable 125DSFForUIScaling on by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « ash/display/display_manager_unittest.cc ('k') | ash/test/display_manager_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6173655d207023e5c9ca6bb1f0926f52743cd88a..9088b04d09e26ee2e6d11ac24feb79ff72b70dbc 100644
--- a/ash/test/display_manager_test_api.h
+++ b/ash/test/display_manager_test_api.h
@@ -66,6 +66,15 @@ class DisplayManagerTestApi {
DISALLOW_COPY_AND_ASSIGN(DisplayManagerTestApi);
};
+class ScopedDisable125DSFForUIScaling {
+ public:
+ ScopedDisable125DSFForUIScaling();
+ ~ScopedDisable125DSFForUIScaling();
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(ScopedDisable125DSFForUIScaling);
+};
+
} // namespace test
} // namespace ash
« no previous file with comments | « ash/display/display_manager_unittest.cc ('k') | ash/test/display_manager_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698