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

Unified Diff: media/midi/midi_features.cc

Issue 2352013002: MidiManagerWinrt as base::FeatureList feature (Closed)
Patch Set: 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: media/midi/midi_features.cc
diff --git a/media/midi/midi_features.cc b/media/midi/midi_features.cc
new file mode 100644
index 0000000000000000000000000000000000000000..fa5c845665312c2730eeadcd951782311ce9c7e2
--- /dev/null
+++ b/media/midi/midi_features.cc
@@ -0,0 +1,14 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "media/midi/midi_features.h"
+
+namespace features {
+
+#if defined(OS_WIN)
+const base::Feature kUseWinrtMidiApi{"UseWinrtMidiApi",
+ base::FEATURE_ENABLED_BY_DEFAULT};
Takashi Toyoshima 2016/09/20 09:12:04 The Feature API is used for a field trial in gener
Shao-Chuan Lee 2016/09/20 09:57:27 Done.
+#endif
+
+} // namespace features

Powered by Google App Engine
This is Rietveld 408576698