Commit e9c79d56 authored by Sam McNally's avatar Sam McNally Committed by Commit Bot

Make DriveFS opt-out in FilesApp tests.

Bug: 891197
Change-Id: Id3101a43cfe97e652d71f720b5f312b933af1113
Reviewed-on: https://chromium-review.googlesource.com/c/1277133Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Commit-Queue: Sam McNally <sammc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#599117}
parent cec52397
......@@ -1141,7 +1141,7 @@ bool FileManagerBrowserTestBase::GetTabletMode() const {
}
bool FileManagerBrowserTestBase::GetEnableDriveFs() const {
return false;
return true;
}
bool FileManagerBrowserTestBase::GetRequiresStartupBrowser() const {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment