| Index: chromeos/printing/ppd_cache.h
|
| diff --git a/chromeos/printing/ppd_cache.h b/chromeos/printing/ppd_cache.h
|
| index d44eeb5372d1dcb0301b85d3f45986f81fbd1176..809d3c9d1b1b05bb34e41369d10fb04735899fa7 100644
|
| --- a/chromeos/printing/ppd_cache.h
|
| +++ b/chromeos/printing/ppd_cache.h
|
| @@ -46,7 +46,9 @@ class CHROMEOS_EXPORT PpdCache {
|
| size_t max_available_list_cached_size = 10 * 1024 * 1024;
|
| };
|
|
|
| - // Create and return a Ppdcache that uses cache_dir to store state.
|
| + // Create and return a Ppdcache that uses cache_dir to store state. If
|
| + // cache_base_dir does not exist, it will be lazily created the first time the
|
| + // cache needs to store state.
|
| static std::unique_ptr<PpdCache> Create(const base::FilePath& cache_base_dir,
|
| const Options& options = Options());
|
| virtual ~PpdCache() {}
|
|
|