| Index: chrome/browser/devtools/device/adb/adb_device_info_query.h
|
| diff --git a/chrome/browser/devtools/device/adb/adb_device_info_query.h b/chrome/browser/devtools/device/adb/adb_device_info_query.h
|
| index 881859515b67ae1cd38eb87c107975d3bb7357b1..d21017047dc6585685913ffbc20bfb2846e76283 100644
|
| --- a/chrome/browser/devtools/device/adb/adb_device_info_query.h
|
| +++ b/chrome/browser/devtools/device/adb/adb_device_info_query.h
|
| @@ -39,19 +39,14 @@ class AdbDeviceInfoQuery : public base::NonThreadSafe {
|
|
|
| void ParseScreenSize(const std::string& str);
|
|
|
| - void ReceivedPackages(int result, const std::string& response);
|
| -
|
| - void ReceivedProcesses(const std::string& packages_response,
|
| - int result,
|
| + void ReceivedProcesses(int result,
|
| const std::string& processes_response);
|
|
|
| - void ReceivedSockets(const std::string& packages_response,
|
| - const std::string& processes_response,
|
| + void ReceivedSockets(const std::string& processes_response,
|
| int result,
|
| const std::string& sockets_response);
|
|
|
| - void ParseBrowserInfo(const std::string& packages_response,
|
| - const std::string& processes_response,
|
| + void ParseBrowserInfo(const std::string& processes_response,
|
| const std::string& sockets_response);
|
|
|
| void Respond();
|
|
|