| Index: google_apis/drive/drive_switches.cc
|
| diff --git a/google_apis/drive/drive_switches.cc b/google_apis/drive/drive_switches.cc
|
| index 581e06804aa5c47580efca5f1e5cca69f87cceaf..00be845854f3fc82a9028e0aea2df7a6bfa0a5e3 100644
|
| --- a/google_apis/drive/drive_switches.cc
|
| +++ b/google_apis/drive/drive_switches.cc
|
| @@ -17,4 +17,8 @@ TeamDrivesIntegrationStatus GetTeamDrivesIntegrationSwitch() {
|
| TEAM_DRIVES_INTEGRATION_ENABLED : TEAM_DRIVES_INTEGRATION_DISABLED;
|
| }
|
|
|
| +std::string GetTeamDrivesIntegrationSwitchName() {
|
| + return kEnableTeamDrives;
|
| +}
|
| +
|
| } // namespace google_apis
|
|
|