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

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

Issue 665123002: [DevTools] Move SystemInfo domain to generated handler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@browserProtocol
Patch Set: Rebased Created 6 years, 1 month 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 57812752fabf7da263041a4b2dd70f0d02d52c29..ed5936e05dab2e2674a001eb80a4e674a6304119 100644
--- a/content/browser/devtools/protocol/system_info_handler.h
+++ b/content/browser/devtools/protocol/system_info_handler.h
@@ -18,7 +18,9 @@ class SystemInfoHandler {
SystemInfoHandler();
virtual ~SystemInfoHandler();
- Response GetInfo(scoped_refptr<SystemInfo>* info);
+ Response GetInfo(scoped_refptr<devtools::system_info::GPUInfo>* gpu,
+ std::string* model_name,
+ std::string* model_version);
private:
DISALLOW_COPY_AND_ASSIGN(SystemInfoHandler);
« no previous file with comments | « content/browser/devtools/devtools_system_info_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