summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorachuith@chromium.org <achuith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-05 04:26:17 +0000
committerachuith@chromium.org <achuith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-05 04:26:17 +0000
commit357ce204ef613d512390581d6884dbff880c8464 (patch)
tree9402ff164430edeaf781b8e4b470a015511c5e0a /chrome/common
parentcb5702720ccb5bf80e174e0749a185d9486aea8a (diff)
downloadchromium_src-357ce204ef613d512390581d6884dbff880c8464.zip
chromium_src-357ce204ef613d512390581d6884dbff880c8464.tar.gz
chromium_src-357ce204ef613d512390581d6884dbff880c8464.tar.bz2
Remove advanced filesystem mode switch.
BUG=NONE TEST=compiles Review URL: http://codereview.chromium.org/7566053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95577 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 2368052..6f421df 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1104,9 +1104,6 @@ const char kScreenSaverUrl[] = "screen-saver-url";
// Flag to trigger ChromeOS system log compression during feedback submit.
const char kCompressSystemFeedback[] = "compress-sys-feedback";
-// Enables Advanced File System.
-const char kEnableAdvancedFileSystem[] = "enable-advanced-fs";
-
// Enables overriding the path for the default authentication extension.
const char kAuthExtensionPath[] = "auth-ext-path";