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

Unified Diff: ui/display/display_switches.h

Issue 2324163002: Add FakeDisplayDelegate for off device usage. (Closed)
Patch Set: Rebase and remove some debug logging. Created 4 years, 3 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: ui/display/display_switches.h
diff --git a/ui/display/display_switches.h b/ui/display/display_switches.h
index 28817924c673c1ea074cbae270841cabdc6b547b..9855e2f309998f436416a7f77147e612590cfe0d 100644
--- a/ui/display/display_switches.h
+++ b/ui/display/display_switches.h
@@ -12,6 +12,7 @@
namespace switches {
// Keep sorted.
+DISPLAY_EXPORT extern const char kDisplayConfig[];
DISPLAY_EXPORT extern const char kEnableSoftwareMirroring[];
DISPLAY_EXPORT extern const char kForceDeviceScaleFactor[];
DISPLAY_EXPORT extern const char kHostWindowBounds[];
rjkroege 2016/09/15 00:52:46 plz put TODO to remove this given its functionalit
kylechar 2016/09/15 17:31:55 Done.

Powered by Google App Engine
This is Rietveld 408576698