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

Unified Diff: google_apis/drive/drive_switches.h

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
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..ab97c8230af46548c5c2cc68f3257555e8c4535e 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.
+std::string GetTeamDrivesIntegrationSwitchName();
hashimoto 2017/04/07 07:56:41 Just put kEnableTeamDrives in this header like oth
yamaguchi 2017/04/07 15:31:46 Done.
+
} // namespace switches
#endif // GOOGLE_APIS_DRIVE_DRIVE_SWITHES_H_

Powered by Google App Engine
This is Rietveld 408576698