Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #ifndef GOOGLE_APIS_DRIVE_DRIVE_SWITHES_H_ | |
|
yamaguchi
2017/02/20 09:51:32
License must match:
.*? Copyright (\(c\) )?(2017|2
yamaguchi
2017/02/20 11:02:58
Done.
| |
| 2 #define GOOGLE_APIS_DRIVE_DRIVE_SWITHES_H_ | |
| 3 | |
| 4 namespace google_apis { | |
| 5 | |
| 6 // Enables or disables Team Drives integration. | |
| 7 bool IsTeamDrivesEnabled(); | |
| 8 | |
| 9 } // namespace switches | |
| 10 | |
| 11 #endif // GOOGLE_APIS_DRIVE_DRIVE_SWITHES_H_ | |
| OLD | NEW |