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

Unified Diff: chrome/browser/about_flags.cc

Issue 2352013002: MidiManagerWinrt as base::FeatureList feature (Closed)
Patch Set: fix histograms.xml 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
« no previous file with comments | « no previous file | media/midi/midi_manager_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index bb169e59b584585740aacd94bef438f48402eee3..c2a8c9e75c4c8b9e517c8ac642743d54edf88f19 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1754,7 +1754,7 @@ const FeatureEntry kFeatureEntries[] = {
switches::kDisableMergeKeyCharEvents)},
{"use-winrt-midi-api", IDS_FLAGS_USE_WINRT_MIDI_API_NAME,
IDS_FLAGS_USE_WINRT_MIDI_API_DESCRIPTION, kOsWin,
- SINGLE_VALUE_TYPE(switches::kUseWinrtMidiApi)},
+ FEATURE_VALUE_TYPE(media::midi::features::kMidiManagerWinrt)},
#endif // defined(OS_WIN)
#if BUILDFLAG(ENABLE_BACKGROUND)
{"enable-push-api-background-mode", IDS_FLAGS_PUSH_API_BACKGROUND_MODE_NAME,
« no previous file with comments | « no previous file | media/midi/midi_manager_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698