| Index: chrome/browser/chromeos/extensions/file_system_provider/file_system_provider_api.h
|
| diff --git a/chrome/browser/chromeos/extensions/file_system_provider/file_system_provider_api.h b/chrome/browser/chromeos/extensions/file_system_provider/file_system_provider_api.h
|
| index 728513c3ae0f29e25ebf192c2d117f7ca02be777..b762701a09950defae0560e0f94d3cc44db2b4a6 100644
|
| --- a/chrome/browser/chromeos/extensions/file_system_provider/file_system_provider_api.h
|
| +++ b/chrome/browser/chromeos/extensions/file_system_provider/file_system_provider_api.h
|
| @@ -39,7 +39,7 @@ class FileSystemProviderInternalUnmountRequestedSuccessFunction
|
|
|
| protected:
|
| virtual ~FileSystemProviderInternalUnmountRequestedSuccessFunction() {}
|
| - virtual bool RunSync() OVERRIDE;
|
| + virtual bool RunWhenValid() OVERRIDE;
|
| };
|
|
|
| class FileSystemProviderInternalUnmountRequestedErrorFunction
|
| @@ -51,7 +51,7 @@ class FileSystemProviderInternalUnmountRequestedErrorFunction
|
|
|
| protected:
|
| virtual ~FileSystemProviderInternalUnmountRequestedErrorFunction() {}
|
| - virtual bool RunSync() OVERRIDE;
|
| + virtual bool RunWhenValid() OVERRIDE;
|
| };
|
|
|
| class FileSystemProviderInternalGetMetadataRequestedSuccessFunction
|
| @@ -63,7 +63,7 @@ class FileSystemProviderInternalGetMetadataRequestedSuccessFunction
|
|
|
| protected:
|
| virtual ~FileSystemProviderInternalGetMetadataRequestedSuccessFunction() {}
|
| - virtual bool RunSync() OVERRIDE;
|
| + virtual bool RunWhenValid() OVERRIDE;
|
| };
|
|
|
| class FileSystemProviderInternalGetMetadataRequestedErrorFunction
|
| @@ -75,7 +75,7 @@ class FileSystemProviderInternalGetMetadataRequestedErrorFunction
|
|
|
| protected:
|
| virtual ~FileSystemProviderInternalGetMetadataRequestedErrorFunction() {}
|
| - virtual bool RunSync() OVERRIDE;
|
| + virtual bool RunWhenValid() OVERRIDE;
|
| };
|
|
|
| } // namespace extensions
|
|
|