Changeset 183093 in webkit for trunk/Source/WebKit2/DatabaseProcess/DatabaseProcess.h
- Timestamp:
- Apr 21, 2015, 7:46:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/DatabaseProcess/DatabaseProcess.h
r180410 r183093 89 89 void createDatabaseToWebProcessConnection(); 90 90 91 void fetchWebsiteData(WebCore::SessionID, uint64_t websiteDataTypes, uint64_t callbackID); 92 void deleteWebsiteData(WebCore::SessionID, uint64_t websiteDataTypes, std::chrono::system_clock::time_point modifiedSince, uint64_t callbackID); 93 void deleteWebsiteDataForOrigins(WebCore::SessionID, uint64_t websiteDataTypes, const Vector<SecurityOriginData>& origins, uint64_t callbackID); 94 91 95 // For execution on work queue thread only 92 96 void performNextDatabaseTask();
Note:
See TracChangeset
for help on using the changeset viewer.