Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: chrome/browser/chromeos/gdata/gdata_file_system.h

Issue 10219006: gdata: Move some static functions to anonymous namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/gdata_file_system.h
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.h b/chrome/browser/chromeos/gdata/gdata_file_system.h
index 74c68be4ddbeeabfdd35e0e9a51ec92c7336c7f5..0854c829dc272b5aa7c4915a4649c7fff068547f 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
@@ -610,24 +610,6 @@ class GDataFileSystem : public GDataFileSystemInterface,
base::Value* data,
base::PlatformFileError *error);
- // Checks if a local file at |local_file_path| is a JSON file referencing a
- // hosted document on IO thread poll, and if so, gets the resource ID of the
- // document.
- static void GetDocumentResourceIdOnIOThreadPool(
- const FilePath& local_file_path,
- std::string* resource_id);
-
- // Creates a temporary JSON file representing a document with |edit_url|
- // and |resource_id| under |document_dir| on IO thread pool.
- static void CreateDocumentJsonFileOnIOThreadPool(
- const FilePath& document_dir,
- const GURL& edit_url,
- const std::string& resource_id,
- base::PlatformFileError* error,
- FilePath* temp_file_path,
- std::string* mime_type,
- GDataFileType* file_type);
-
// Initiates transfer of |local_file_path| with |resource_id| to
// |remote_dest_file_path|. |local_file_path| must be a file from the local
// file system, |remote_dest_file_path| is the virtual destination path within
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698