| Index: Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
|
| index 8ae27214c2a50c0773dc13982a39f3530bf9c73d..dc7b9917ebc1ecc22269e31e184d4bde5dda567c 100644
|
| --- a/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/Source/core/inspector/InspectorPageAgent.h
|
| @@ -122,6 +122,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 helpers.
|
| GeolocationPosition* overrideGeolocationPosition(GeolocationPosition*);
|
|
|