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

Unified Diff: google_apis/drive/drive_switches.cc

Issue 2799603002: Process TeamDrive change in change list. (Closed)
Patch Set: Remove unnecessary return value, as the TeamDriveResource conversion always succeeds. 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
« no previous file with comments | « google_apis/drive/drive_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/drive/drive_switches.cc
diff --git a/google_apis/drive/drive_switches.cc b/google_apis/drive/drive_switches.cc
index 581e06804aa5c47580efca5f1e5cca69f87cceaf..33d4ac117fe3999b87d5b723b008cd867d52923b 100644
--- a/google_apis/drive/drive_switches.cc
+++ b/google_apis/drive/drive_switches.cc
@@ -6,11 +6,8 @@
#include "google_apis/drive/drive_switches.h"
namespace google_apis {
-namespace {
// Enables or disables Team Drives integration.
-constexpr char kEnableTeamDrives[] = "team-drives";
-
-}
+const char kEnableTeamDrives[] = "team-drives";
TeamDrivesIntegrationStatus GetTeamDrivesIntegrationSwitch() {
return base::CommandLine::ForCurrentProcess()->HasSwitch(kEnableTeamDrives) ?
« no previous file with comments | « google_apis/drive/drive_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698