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

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

Issue 2590293003: [DevTools] Rework DevToolsSession interaction with domain handlers. (Closed)
Patch Set: includes Created 4 years 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/system_info_handler.h
diff --git a/content/browser/devtools/protocol/system_info_handler.h b/content/browser/devtools/protocol/system_info_handler.h
index 2abbd5913b7eadffcf93d77330df0e1232c7b8b5..dbb64ae22ef6b2b8ee033295f2a75b7eded7801d 100644
--- a/content/browser/devtools/protocol/system_info_handler.h
+++ b/content/browser/devtools/protocol/system_info_handler.h
@@ -8,6 +8,7 @@
#include <set>
#include "base/macros.h"
+#include "content/browser/devtools/protocol/devtools_domain_handler.h"
#include "content/browser/devtools/protocol/system_info.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/gpu_data_manager_observer.h"
@@ -15,14 +16,14 @@
namespace content {
namespace protocol {
-class SystemInfoHandler : public SystemInfo::Backend {
+class SystemInfoHandler : public DevToolsDomainHandler,
+ public SystemInfo::Backend {
public:
SystemInfoHandler();
~SystemInfoHandler() override;
- void Wire(UberDispatcher*);
- Response Disable() override;
+ void Wire(UberDispatcher* dispatcher) override;
void GetInfo(std::unique_ptr<GetInfoCallback> callback) override;
« no previous file with comments | « content/browser/devtools/protocol/storage_handler.cc ('k') | content/browser/devtools/protocol/system_info_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698