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

Unified Diff: google_apis/drive/drive_switches.cc

Issue 2799603002: Process TeamDrive change in change list. (Closed)
Patch Set: Avoid crash when receiving TD deletion entry. Created 3 years, 8 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
« google_apis/drive/drive_switches.h ('K') | « google_apis/drive/drive_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« google_apis/drive/drive_switches.h ('K') | « google_apis/drive/drive_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698