From a359420c3fea8c8ff228c0de7ae540229bc73101 Mon Sep 17 00:00:00 2001 From: ryoh Date: Mon, 7 Mar 2016 19:38:40 -0800 Subject: This patch just introduces details panel(just empty) & details button. It's under development, so please pass --enable-files-details-panel as an extra argument to activate this feature. BUG=274045 Review URL: https://codereview.chromium.org/1762623002 Cr-Commit-Position: refs/heads/master@{#379718} --- chromeos/chromeos_switches.cc | 3 +++ chromeos/chromeos_switches.h | 1 + 2 files changed, 4 insertions(+) (limited to 'chromeos') diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc index 3776272..1fbad80 100644 --- a/chromeos/chromeos_switches.cc +++ b/chromeos/chromeos_switches.cc @@ -119,6 +119,9 @@ const char kEnableArc[] = "enable-arc"; // locate the device. const char kEnableConsumerManagement[] = "enable-consumer-management"; +// Enables details panel in Files app. +const char kEnableFilesDetailsPanel[] = "enable-files-details-panel"; + // If this switch is set, the device cannot be remotely disabled by its owner. const char kDisableDeviceDisabling[] = "disable-device-disabling"; diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h index 92c24fcf..0124dd4 100644 --- a/chromeos/chromeos_switches.h +++ b/chromeos/chromeos_switches.h @@ -61,6 +61,7 @@ CHROMEOS_EXPORT extern const char kEafePath[]; CHROMEOS_EXPORT extern const char kEnableArc[]; CHROMEOS_EXPORT extern const char kEnableConsumerManagement[]; CHROMEOS_EXPORT extern const char kEnableExtensionAssetsSharing[]; +CHROMEOS_EXPORT extern const char kEnableFilesDetailsPanel[]; CHROMEOS_EXPORT extern const char kEnableFirstRunUITransitions[]; CHROMEOS_EXPORT extern const char kEnableImeMenu[]; CHROMEOS_EXPORT extern const char kEnableKioskMode[]; -- cgit v1.1