Index: chrome/browser/chromeos/gdata/gdata_cache_metadata.h |
diff --git a/chrome/browser/chromeos/gdata/gdata_cache_metadata.h b/chrome/browser/chromeos/gdata/gdata_cache_metadata.h |
index d6bebd516716b2ec5a52dbe65ac710e1949ac9e5..47d4153bc80495eb3b70f03a078ac23969756320 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_cache_metadata.h |
+++ b/chrome/browser/chromeos/gdata/gdata_cache_metadata.h |
@@ -37,7 +37,7 @@ class GDataCacheMetadata { |
// For testing, the thread assertion can be disabled by passing NULL and |
// the default value of SequenceToken. |
static scoped_ptr<GDataCacheMetadata> CreateGDataCacheMetadata( |
- base::SequencedTaskRunner* blocking_task_runner); |
+ base::SequencedTaskRunner* blocking_task_runner, bool use_map); |
kochi
2012/08/06 09:02:17
We prefer enum to boolean for function arguments.
Haruki Sato
2012/08/08 05:00:42
Thank you for the advice.
Removed the argument and
|
// Initialize the cache metadata store. |
virtual void Initialize(const std::vector<FilePath>& cache_paths) = 0; |