| Index: chrome/browser/chromeos/extensions/file_browser_private_api.h
|
| diff --git a/chrome/browser/chromeos/extensions/file_browser_private_api.h b/chrome/browser/chromeos/extensions/file_browser_private_api.h
|
| index 4190870fe2d067438c81105ed07fb3969f13171a..dc113047c6fd4a70fc98f90c9fb888b4126a1524 100644
|
| --- a/chrome/browser/chromeos/extensions/file_browser_private_api.h
|
| +++ b/chrome/browser/chromeos/extensions/file_browser_private_api.h
|
| @@ -31,6 +31,9 @@ class RequestLocalFileSystemFunction : public AsyncExtensionFunction {
|
| private:
|
| class LocalFileSystemCallbackDispatcher;
|
|
|
| + // Adds gdata mount point.
|
| + void AddGDataMountPoint();
|
| +
|
| void RespondSuccessOnUIThread(const std::string& name,
|
| const GURL& root_path);
|
| void RespondFailedOnUIThread(base::PlatformFileError error_code);
|
| @@ -233,10 +236,6 @@ class AddMountFunction
|
| private:
|
| // Sends gdata mount event to renderers.
|
| void RaiseGDataMountEvent(gdata::GDataErrorCode error);
|
| - // Gives the extension renderer file permissions for the given path.
|
| - void GrantFilePermissionsToHost(const FilePath& path, int permissions);
|
| - // Adds gdata mount point.
|
| - void AddGDataMountPoint();
|
| // A callback method to handle the result of GData authentication request.
|
| void OnGDataAuthentication(gdata::GDataErrorCode error,
|
| const std::string& token);
|
|
|