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..15a903c12fa874d6f38991e9a278fe64ece1e30a |
| --- /dev/null |
| +++ b/google_apis/drive/drive_switches.h |
| @@ -0,0 +1,15 @@ |
| +// Copyright (c) 2017 The Chromium Authors. All rights reserved. |
|
hashimoto
2017/02/21 10:19:10
nit: No "(c)" needed.
yamaguchi
2017/02/22 02:07:52
Done.
|
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#ifndef GOOGLE_APIS_DRIVE_DRIVE_SWITHES_H_ |
| +#define GOOGLE_APIS_DRIVE_DRIVE_SWITHES_H_ |
| + |
| +namespace google_apis { |
| + |
| +// Enables or disables Team Drives integration. |
|
hashimoto
2017/02/21 10:19:10
This function doesn't enable or disable the featur
yamaguchi
2017/02/22 02:07:52
Right. It was a simple mistake.
|
| +bool IsTeamDrivesEnabled(); |
| + |
| +} // namespace switches |
| + |
| +#endif // GOOGLE_APIS_DRIVE_DRIVE_SWITHES_H_ |