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

Unified Diff: chrome/browser/about_flags.cc

Issue 1276233005: [WebMIDI] Add "use-android-midi-api" flag for Android M+ devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 8119d48391c288c149d60d98d28520ce6baf3290..49150706b3937083c8d687620fd5041708fd4bc2 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2137,6 +2137,11 @@ const Experiment kExperiments[] = {
kOsAndroid,
ENABLE_DISABLE_VALUE_TYPE(switches::kEnableNTPPopularSites,
switches::kDisableNTPPopularSites)},
+ {"use-android-midi-api",
+ IDS_FLAGS_USE_ANDROID_MIDI_API_NAME,
+ IDS_FLAGS_USE_ANDROID_MIDI_API_DESCRIPTION,
+ kOsAndroid,
+ SINGLE_VALUE_TYPE(switches::kUseAndroidMidiApi)},
#endif // defined(OS_ANDROID)
#if defined(OS_WIN)
{"trace-export-events-to-etw",

Powered by Google App Engine
This is Rietveld 408576698