summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorzelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-26 01:15:03 +0000
committerzelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-26 01:15:03 +0000
commit928ae885a40ca60611d37305a261549c481cdc4b (patch)
tree32925e29b3b3845765068d084ba862e158c40550 /chrome/common/chrome_switches.cc
parent8c254534e038444e02d9bfb851342bcdf88a48d2 (diff)
downloadchromium_src-928ae885a40ca60611d37305a261549c481cdc4b.zip
chromium_src-928ae885a40ca60611d37305a261549c481cdc4b.tar.gz
chromium_src-928ae885a40ca60611d37305a261549c481cdc4b.tar.bz2
Merged already reviewed CLs for r/o zip support in ChromeOS file browser:
Re-landing http://codereview.chromium.org/7457001: Adding support for mount point different from removable devices to MountLibrary (work in progress..have to add GetMountPoints support) tested on ChromeOS with these three patches: http://gerrit.chromium.org/gerrit/#change,4447 http://gerrit.chromium.org/gerrit/#change,4449 http://gerrit.chromium.org/gerrit/#change,4544 http://codereview.chromium.org/7471039/: UI for mounting/unmounting archive files. BUG=chromium-os:17673, chromium-os:17783 TEST=Made sure mounting devices still works and that MountCompleted event gets through to file_browser_event_router (checking ui and chrome logs for mount completed entries) TBR=tbarzic, dgozman Review URL: http://codereview.chromium.org/7488044 Review URL: http://codereview.chromium.org/7502010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94008 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 099d7a9..51cd405 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1114,6 +1114,9 @@ const char kOobeSkipPostLogin[] = "oobe-skip-postlogin";
// Enables overriding the path for the default authentication extension.
const char kAuthExtensionPath[] = "auth-ext-path";
+
+// Enables overriding the path off file manager extension.
+const char kFileManagerExtensionPath[] = "filemgr-ext-path";
#endif
#endif