| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index a705ae7f2b96067f685c977774162bdb2cd718e0..8535597048b1dc0319bf041c5bb8822c1d52127f 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -141,6 +141,9 @@ const char kDisableVoiceInput[] = "disable-voice-input";
|
| // Enabled sharing assets for installed default apps.
|
| const char kEnableExtensionAssetsSharing[] = "enable-extension-assets-sharing";
|
|
|
| +// Enables mtp write support.
|
| +const char kEnableMtpWriteSupport[] = "enable-mtp-write-support";
|
| +
|
| // Enables notifications about captive portals in session.
|
| const char kEnableNetworkPortalNotification[] =
|
| "enable-network-portal-notification";
|
|
|