| Index: chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc
|
| diff --git a/chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc b/chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc
|
| index 3d94a4e7e09625b2d316c502e033af1863918344..b6e67fa31a8c7733d284268f7807f4356891243e 100644
|
| --- a/chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc
|
| +++ b/chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc
|
| @@ -61,10 +61,6 @@ class FileSystemApiTestForDrive : public PlatformAppBrowserTest {
|
| drive::DriveIntegrationService* CreateDriveIntegrationService(
|
| Profile* profile) {
|
| fake_drive_service_ = new drive::FakeDriveService;
|
| - fake_drive_service_->LoadResourceListForWapi(
|
| - "gdata/empty_feed.json");
|
| - fake_drive_service_->LoadAccountMetadataForWapi(
|
| - "gdata/account_metadata.json");
|
| fake_drive_service_->LoadAppListForDriveApi("drive/applist.json");
|
|
|
| SetUpTestFileHierarchy();
|
|
|