Index: webkit/appcache/appcache_storage_impl.h |
=================================================================== |
--- webkit/appcache/appcache_storage_impl.h (revision 156155) |
+++ webkit/appcache/appcache_storage_impl.h (working copy) |
@@ -30,7 +30,7 @@ |
void Initialize(const FilePath& cache_directory, |
base::MessageLoopProxy* db_thread, |
base::MessageLoopProxy* cache_thread); |
- void Disable(); |
+ APPCACHE_EXPORT void Disable(); |
bool is_disabled() const { return is_disabled_; } |
// AppCacheStorage methods, see the base class for doc comments. |