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); |