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

Unified Diff: google_apis/drive/drive_switches.h

Issue 2693093002: Fetch file metadata of files under Team Drives. (Closed)
Patch Set: Resolve compilation error. Created 3 years, 10 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
new file mode 100644
index 0000000000000000000000000000000000000000..4e0143eef76d56e2ceb5be68dd8fc55856d74ebb
--- /dev/null
+++ b/google_apis/drive/drive_switches.h
@@ -0,0 +1,20 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// 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 {
+
+enum TeamDrivesIntegration {
hashimoto 2017/02/22 08:50:21 TeamDrivesIntegration sounds like a name of a clas
yamaguchi 2017/02/22 09:06:04 Done.
+ TEAM_DRIVES_INTEGRATION_DISABLED,
+ TEAM_DRIVES_INTEGRATION_ENABLED
+};
+
+// Whether Team Drives integration is enabled or not.
+TeamDrivesIntegration GetTeamDrivesIntegrationSwitch();
+
+} // namespace switches
+
+#endif // GOOGLE_APIS_DRIVE_DRIVE_SWITHES_H_

Powered by Google App Engine
This is Rietveld 408576698