X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fnet%2Fdisk_cache%2Fsimple%2Fsimple_index_file.h;h=91f2a48f3686ec15dc80ff008cd8dd493b84d8d8;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=b1f8961b68ffd8d7ca7afc33ffe027937613f060;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/net/disk_cache/simple/simple_index_file.h b/src/net/disk_cache/simple/simple_index_file.h index b1f8961..91f2a48 100644 --- a/src/net/disk_cache/simple/simple_index_file.h +++ b/src/net/disk_cache/simple/simple_index_file.h @@ -90,7 +90,8 @@ class NET_EXPORT_PRIVATE SimpleIndexFile { virtual void WriteToDisk(const SimpleIndex::EntrySet& entry_set, uint64 cache_size, const base::TimeTicks& start, - bool app_on_background); + bool app_on_background, + const base::Closure& callback); private: friend class WrappedSimpleIndexFile;