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

Unified Diff: public/web/WebCommonWorkerClient.h

Issue 20262003: Use Platform::queryUsageAndQuota and deprecate WebFrameClient::queryUsageAndQuota (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 | « Source/web/web.gypi ('k') | public/web/WebFrameClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebCommonWorkerClient.h
diff --git a/public/web/WebCommonWorkerClient.h b/public/web/WebCommonWorkerClient.h
index 489859edc14d9b434303707b6fd2029ca5644ad9..4e9b27dcc9ee2f0b7c711c1ff98700bb02e0580c 100644
--- a/public/web/WebCommonWorkerClient.h
+++ b/public/web/WebCommonWorkerClient.h
@@ -73,13 +73,8 @@ public:
{
return true;
}
- virtual void queryUsageAndQuota(WebStorageQuotaType, WebStorageQuotaCallbacks*)
- {
- WEBKIT_ASSERT_NOT_REACHED();
- }
};
-
} // namespace WebKit
#endif
« no previous file with comments | « Source/web/web.gypi ('k') | public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698