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

Unified Diff: chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc

Issue 10182012: gdata: Remove GDataFileSystem::GetFileFromCacheByResourceIdAndMd5Internal() (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 | « chrome/browser/chromeos/gdata/gdata_file_system.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc b/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc
index 2220f2331d6c9cb7d9f378d0ceb3880460d35eb6..4a98e4bac681687090c2c49df9a58497d6a32db5 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc
@@ -367,7 +367,6 @@ class GDataFileSystemTest : public testing::Test {
void VerifyGetFromCache(base::PlatformFileError error,
const std::string& resource_id,
const std::string& md5,
- const FilePath& gdata_file_path,
const FilePath& cache_file_path) {
++num_callback_invocations_;
@@ -575,7 +574,6 @@ class GDataFileSystemTest : public testing::Test {
void VerifyMarkDirty(base::PlatformFileError error,
const std::string& resource_id,
const std::string& md5,
- const FilePath& gdata_file_path,
const FilePath& cache_file_path) {
VerifyCacheFileState(error, resource_id, md5);
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_file_system.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698