Index: Source/core/inspector/InspectorPageAgent.h |
diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h |
index b2e38344aeede53c11286e1a5e344f24eca6fdaf..d77e67b520f1ef81e3572bc95a297640cdc79308 100644 |
--- a/Source/core/inspector/InspectorPageAgent.h |
+++ b/Source/core/inspector/InspectorPageAgent.h |
@@ -121,6 +121,7 @@ public: |
virtual void stopScreencast(ErrorString*); |
virtual void handleJavaScriptDialog(ErrorString*, bool accept, const String* promptText); |
virtual void setShowViewportSizeOnResize(ErrorString*, bool show, const bool* showGrid); |
+ virtual void queryUsageAndQuota(ErrorString*, const String&, RefPtr<TypeBuilder::Page::Quota>&, RefPtr<TypeBuilder::Page::Usage>&); |
// Geolocation override helper. |
GeolocationPosition* overrideGeolocationPosition(GeolocationPosition*); |