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

Unified Diff: chrome/browser/about_flags.cc

Issue 2445723002: Web MIDI: convert Android native API switch to a field trial (Closed)
Patch Set: rebase Created 4 years, 1 month 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_android.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 75ddccc04a534affd0fc33c5c79dbfe1c6b02180..2857ef74209a7091db414550cbb299e96b835dbd 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1684,7 +1684,7 @@ const FeatureEntry kFeatureEntries[] = {
MULTI_VALUE_TYPE(kNtpSwitchToExistingTabChoices)},
{"use-android-midi-api", IDS_FLAGS_USE_ANDROID_MIDI_API_NAME,
IDS_FLAGS_USE_ANDROID_MIDI_API_DESCRIPTION, kOsAndroid,
- SINGLE_VALUE_TYPE(switches::kUseAndroidMidiApi)},
+ FEATURE_VALUE_TYPE(midi::features::kMidiManagerAndroid)},
#endif // OS_ANDROID
#if defined(OS_WIN)
{"trace-export-events-to-etw", IDS_FLAGS_TRACE_EXPORT_EVENTS_TO_ETW_NAME,
« no previous file with comments | « no previous file | media/midi/midi_manager_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698