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

Unified Diff: chrome/browser/about_flags.cc

Issue 2693093002: Fetch file metadata of files under Team Drives. (Closed)
Patch Set: Remove redundant de-referencing. 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 4d058e2a9f6435493ea699c312109066cdccd4e7..f72a852a21966d038a22d31832f53730ab06c036 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2243,6 +2243,12 @@ const FeatureEntry kFeatureEntries[] = {
SINGLE_VALUE_TYPE(ash::switches::kAshForceEnablePalette)},
#endif // defined(OS_CHROMEOS)
+#if defined(OS_CHROMEOS)
+ {"team-drives", IDS_FLAGS_USE_TEAM_DRIVES_NAME,
+ IDS_FLAGS_USE_TEAM_DRIVES_DESCRIPTION, kOsCrOS,
+ SINGLE_VALUE_TYPE("team-drives")},
hashimoto 2017/02/20 03:26:29 Please use constant.
yamaguchi 2017/02/20 08:21:29 Reverted this change as we won't expose this as ab
+#endif // OS_CHROMEOS
+
{"enable-midi-manager-dynamic-instantiation",
IDS_FLAGS_ENABLE_MIDI_MANAGER_DYNAMIC_INSTANTIATION_NAME,
IDS_FLAGS_ENABLE_MIDI_MANAGER_DYNAMIC_INSTANTIATION_DESCRIPTION, kOsAll,

Powered by Google App Engine
This is Rietveld 408576698