Index: content/browser/devtools/protocol/page_handler.h |
diff --git a/content/browser/devtools/protocol/page_handler.h b/content/browser/devtools/protocol/page_handler.h |
index 27285b59469ab9d1c40df565b0c4c7a32804bc80..4ddb67d3d0c55b4d7ce048b0c4e3bd2415a3f693 100644 |
--- a/content/browser/devtools/protocol/page_handler.h |
+++ b/content/browser/devtools/protocol/page_handler.h |
@@ -109,10 +109,6 @@ class PageHandler { |
DevToolsCommandId command_id, |
scoped_refptr<StopRecordingFramesResponse> response_data); |
- void QueryUsageAndQuotaCompleted( |
- DevToolsCommandId command_id, |
- scoped_refptr<QueryUsageAndQuotaResponse> response); |
- |
bool enabled_; |
bool touch_emulation_enabled_; |
std::string touch_emulation_configuration_; |