| Index: chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
|
| diff --git a/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc b/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
|
| index be1cc237836295c0326ed5ee2cdb4c2b9bf5e41f..bee30dfc1838f6444f6eccdc2a16796eb0a7e0b4 100644
|
| --- a/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
|
| +++ b/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
|
| @@ -38,6 +38,8 @@ using content::BrowserContext;
|
| namespace {
|
|
|
| // These should match the counterparts in remote.js.
|
| +// Also, the size of the file in |kTestRootFeed| has to be set to
|
| +// |size(kTestFileContents)|.
|
| const char kTestFileContents[] = "hello, world";
|
|
|
| // Contains a folder entry for the folder 'Folder' that will be 'created'.
|
| @@ -253,7 +255,7 @@ IN_PROC_BROWSER_TEST_F(FileSystemExtensionApiTest,
|
| }
|
|
|
| // Failing on Linux ChromeOS builds.
|
| -// http://crbug.com/128757
|
| +// http://crbug.com/128759
|
| IN_PROC_BROWSER_TEST_F(RemoteFileSystemExtensionApiTest,
|
| DISABLED_RemoteMountPoint) {
|
| SetupGDataFileSystemForTest();
|
|
|