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

Unified Diff: base/base_switches.cc

Issue 2585633004: ozone: Allow ozone evdev/kvm features to be enabled without running on ChromeOS. (Closed)
Patch Set: fix bad rebase 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: base/base_switches.cc
diff --git a/base/base_switches.cc b/base/base_switches.cc
index f5c6eb3f59bb78f81f313436c11e8609efadd8a1..cff1415a0c0c852012613fb527d15e36a6015cd2 100644
--- a/base/base_switches.cc
+++ b/base/base_switches.cc
@@ -111,4 +111,12 @@ const char kEnableCrashReporterForTesting[] =
"enable-crash-reporter-for-testing";
#endif
+#if defined(OS_CHROMEOS)
+// Force system compositor mode when set.
+const char kEnableSystemCompositorMode[] = "enable-system-compositor-mode";
+
+// Force disabling of system compositor mode when set.
+const char kDisableSystemCompositorMode[] = "disable-system-compositor-mode";
+#endif
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698