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

Unified Diff: content/browser/devtools/protocol/page_handler.h

Issue 977553003: DevTools: remove usage and quota getter from the protocol handler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@946713002
Patch Set: removed the test. Created 5 years, 10 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
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_;
« no previous file with comments | « content/browser/devtools/protocol/devtools_protocol_browsertest.cc ('k') | content/browser/devtools/protocol/page_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698