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

Unified Diff: base/base_switches.h

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.h
diff --git a/base/base_switches.h b/base/base_switches.h
index 0585186038f664b0d4e188cd8d57c1a6ba9bdd9c..54419e2b960e97a3619269886e493142b920e73d 100644
--- a/base/base_switches.h
+++ b/base/base_switches.h
@@ -39,6 +39,11 @@ extern const char kDisableUsbKeyboardDetect[];
extern const char kEnableCrashReporterForTesting[];
#endif
+#if defined(OS_CHROMEOS)
+extern const char kDisableSystemCompositorMode[];
+extern const char kEnableSystemCompositorMode[];
+#endif
+
} // namespace switches
#endif // BASE_BASE_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698