diff options
author | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-24 07:54:53 +0000 |
---|---|---|
committer | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-24 07:54:53 +0000 |
commit | 9cbea703cd8e47ebc65e4b9e1ddae3b99d2663e0 (patch) | |
tree | 27f099fdbab6ae98132855f2c8085f1a5b77b856 /chrome/browser/chromeos/drive/file_cache.h | |
parent | efecff9bc91deaae3e757d23f6051f84bd0cb755 (diff) | |
download | chromium_src-9cbea703cd8e47ebc65e4b9e1ddae3b99d2663e0.zip chromium_src-9cbea703cd8e47ebc65e4b9e1ddae3b99d2663e0.tar.gz chromium_src-9cbea703cd8e47ebc65e4b9e1ddae3b99d2663e0.tar.bz2 |
drive: Remove unused FileCache::GetFileOnUIThread
BUG=231221
TEST=unit_tests
Review URL: https://chromiumcodereview.appspot.com/21215002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224951 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/drive/file_cache.h')
-rw-r--r-- | chrome/browser/chromeos/drive/file_cache.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/chromeos/drive/file_cache.h b/chrome/browser/chromeos/drive/file_cache.h index 20eedbd..2084ee3 100644 --- a/chrome/browser/chromeos/drive/file_cache.h +++ b/chrome/browser/chromeos/drive/file_cache.h @@ -102,13 +102,6 @@ class FileCache { // false. bool FreeDiskSpaceIfNeededFor(int64 num_bytes); - // Runs GetFile() on |blocking_task_runner_|, and calls |callback| with - // the result asynchronously. - // |callback| must not be null. - // Must be called on the UI thread. - void GetFileOnUIThread(const std::string& id, - const GetFileFromCacheCallback& callback); - // Checks if file corresponding to |id| exists in cache, and returns // FILE_ERROR_OK with |cache_file_path| storing the path to the file. // |cache_file_path| must not be null. |