Chromium Code Reviews| Index: google_apis/drive/drive_switches.h |
| diff --git a/google_apis/drive/drive_switches.h b/google_apis/drive/drive_switches.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0512e5c4f5833fa5f76965e04512522a1c13cc02 |
| --- /dev/null |
| +++ b/google_apis/drive/drive_switches.h |
| @@ -0,0 +1,11 @@ |
| +#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.
|
| +#define GOOGLE_APIS_DRIVE_DRIVE_SWITHES_H_ |
| + |
| +namespace google_apis { |
| + |
| +// Enables or disables Team Drives integration. |
| +bool IsTeamDrivesEnabled(); |
| + |
| +} // namespace switches |
| + |
| +#endif // GOOGLE_APIS_DRIVE_DRIVE_SWITHES_H_ |