Backout bec7e68cad9a & a6228bc28958 (bug 786299) for Windows compilation errors on a CLOSED TREE
This commit is contained in:
3
netwerk/cache/nsDiskCacheDeviceSQL.h
vendored
3
netwerk/cache/nsDiskCacheDeviceSQL.h
vendored
@@ -158,8 +158,6 @@ public:
|
||||
nsresult CacheOpportunistically(nsIApplicationCache* cache,
|
||||
const nsACString &key);
|
||||
|
||||
nsresult DiscardByAppId(int32_t appID, bool isInBrowser);
|
||||
|
||||
nsresult GetGroups(uint32_t *count,char ***keys);
|
||||
|
||||
nsresult GetGroupsTimeOrdered(uint32_t *count,
|
||||
@@ -259,7 +257,6 @@ private:
|
||||
nsCOMPtr<mozIStorageStatement> mStatement_DeactivateGroup;
|
||||
nsCOMPtr<mozIStorageStatement> mStatement_FindClient;
|
||||
nsCOMPtr<mozIStorageStatement> mStatement_FindClientByNamespace;
|
||||
nsCOMPtr<mozIStorageStatement> mStatement_EnumerateApps;
|
||||
nsCOMPtr<mozIStorageStatement> mStatement_EnumerateGroups;
|
||||
nsCOMPtr<mozIStorageStatement> mStatement_EnumerateGroupsTimeOrder;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user