| Index: google_apis/drive/drive_switches.h
|
| diff --git a/google_apis/drive/drive_switches.h b/google_apis/drive/drive_switches.h
|
| index 1c7460f61e87dee83b2f00c0b180c9d940bc7d0c..a4143ad799dffcd681234045a5a8e19665841085 100644
|
| --- a/google_apis/drive/drive_switches.h
|
| +++ b/google_apis/drive/drive_switches.h
|
| @@ -15,6 +15,9 @@ enum TeamDrivesIntegrationStatus {
|
| // Whether Team Drives integration is enabled or not.
|
| TeamDrivesIntegrationStatus GetTeamDrivesIntegrationSwitch();
|
|
|
| +// For tests which require specific commandline switch settings.
|
| +extern const char kEnableTeamDrives[];
|
| +
|
| } // namespace switches
|
|
|
| #endif // GOOGLE_APIS_DRIVE_DRIVE_SWITHES_H_
|
|
|