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

Unified Diff: webkit/appcache/appcache_quota_client.h

Issue 8086017: add more appcache_exports needed for test_shell_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix weird merge issues Created 9 years, 3 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 | « webkit/appcache/appcache_host.h ('k') | webkit/appcache/appcache_request_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/appcache_quota_client.h
diff --git a/webkit/appcache/appcache_quota_client.h b/webkit/appcache/appcache_quota_client.h
index 444577939ac3d3367de5f331832479d7139f5736..7618f9be1e29b4a32264e0ce391f905825d204db 100644
--- a/webkit/appcache/appcache_quota_client.h
+++ b/webkit/appcache/appcache_quota_client.h
@@ -13,6 +13,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "net/base/completion_callback.h"
+#include "webkit/appcache/appcache_export.h"
#include "webkit/appcache/appcache_storage.h"
#include "webkit/quota/quota_client.h"
#include "webkit/quota/quota_task.h"
@@ -72,7 +73,7 @@ class AppCacheQuotaClient : public quota::QuotaClient {
typedef std::deque<OriginsRequest> OriginsRequestQueue;
typedef std::deque<DeleteRequest> DeleteRequestQueue;
- explicit AppCacheQuotaClient(AppCacheService* service);
+ APPCACHE_EXPORT explicit AppCacheQuotaClient(AppCacheService* service);
void DidDeleteAppCachesForOrigin(int rv);
void GetOriginsHelper(quota::StorageType type,
@@ -84,8 +85,8 @@ class AppCacheQuotaClient : public quota::QuotaClient {
const AppCacheStorage::UsageMap* GetUsageMap();
// For use by appcache internals during initialization and shutdown.
- void NotifyAppCacheReady();
- void NotifyAppCacheDestroyed();
+ APPCACHE_EXPORT void NotifyAppCacheReady();
+ APPCACHE_EXPORT void NotifyAppCacheDestroyed();
// Prior to appcache service being ready, we have to queue
// up reqeusts and defer acting on them until we're ready.
« no previous file with comments | « webkit/appcache/appcache_host.h ('k') | webkit/appcache/appcache_request_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698