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 830d6cc387c16afcc0962fecbc53812fc450f62d..255390858a5f90395bcd7f06c59f3ceb611b8452 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); |