Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 75833e5d2013da08e9ffacd5859b94f44b3ab49e..d7f53e985a3b969b99ecb83e353d13b41be3f4b5 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -2305,6 +2305,15 @@ const Experiment kExperiments[] = { |
SINGLE_VALUE_TYPE(app_list::switches::kEnableLauncherSearchProviderApi) |
}, |
#endif // defined(ENABLE_APP_LIST) |
+#if defined(OS_CHROMEOS) |
+ { |
+ "enable-mtp-write-support", |
+ IDS_FLAG_ENABLE_MTP_WRITE_SUPPORT_NAME, |
+ IDS_FLAG_ENABLE_MTP_WRITE_SUPPORT_DESCRIPTION, |
+ kOsCrOS, |
+ SINGLE_VALUE_TYPE(chromeos::switches::kEnableMtpWriteSupport) |
+ }, |
+#endif // defined(OS_CHROMEOS) |
// NOTE: Adding new command-line switches requires adding corresponding |
// entries to enum "LoginCustomFlags" in histograms.xml. See note in |