diff options
author | mtomasz@chromium.org <mtomasz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-14 06:59:14 +0000 |
---|---|---|
committer | mtomasz@chromium.org <mtomasz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-14 06:59:14 +0000 |
commit | 1a0f88033f62cd86a73e8cdaa86b9e3c6153e9b6 (patch) | |
tree | 551ff27dd4c80ec0a69ea01d6c7e7efd9a2beff5 /chromeos/chromeos_switches.cc | |
parent | 8e2f546fb181e0f3cda4a5f0917250283ccaa357 (diff) | |
download | chromium_src-1a0f88033f62cd86a73e8cdaa86b9e3c6153e9b6.zip chromium_src-1a0f88033f62cd86a73e8cdaa86b9e3c6153e9b6.tar.gz chromium_src-1a0f88033f62cd86a73e8cdaa86b9e3c6153e9b6.tar.bz2 |
Remove support for Files.app V1.
The File manager as a platform app is more stable than the old one, so there is no reason to support it anymore.
TBR=jhawkins@chromium.org
TEST=Test Files.app, browser_tests should pass.
BUG=240606
Review URL: https://chromiumcodereview.appspot.com/16617002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206344 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos_switches.cc')
-rw-r--r-- | chromeos/chromeos_switches.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc index af61941..058e7a8 100644 --- a/chromeos/chromeos_switches.cc +++ b/chromeos/chromeos_switches.cc @@ -121,10 +121,6 @@ const char kEnterpriseEnrollmentInitialModulus[] = const char kEnterpriseEnrollmentModulusLimit[] = "enterprise-enrollment-modulus-limit"; -// Loads the File Manager as an extension instead of a platform app. -// This flag is obsolete. Remove it, once Files.app v2 is stable. -const char kFileManagerLegacy[] = "file-manager-legacy"; - // Loads the File Manager with the legacy UI. const char kFileManagerLegacyUI[] = "file-manager-legacy-ui"; |