| 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 ed5936e05dab2e2674a001eb80a4e674a6304119..57812752fabf7da263041a4b2dd70f0d02d52c29 100644
|
| --- a/content/browser/devtools/protocol/system_info_handler.h
|
| +++ b/content/browser/devtools/protocol/system_info_handler.h
|
| @@ -18,9 +18,7 @@
|
| SystemInfoHandler();
|
| virtual ~SystemInfoHandler();
|
|
|
| - Response GetInfo(scoped_refptr<devtools::system_info::GPUInfo>* gpu,
|
| - std::string* model_name,
|
| - std::string* model_version);
|
| + Response GetInfo(scoped_refptr<SystemInfo>* info);
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(SystemInfoHandler);
|
|
|