| Index: chrome/test/chromedriver/chrome/adb_impl.h
|
| diff --git a/chrome/test/chromedriver/chrome/adb_impl.h b/chrome/test/chromedriver/chrome/adb_impl.h
|
| index 5f82dd309328fb66247f14f82bf43410f98f2429..17528c53b5651b457da645536bebc63885cbab55 100644
|
| --- a/chrome/test/chromedriver/chrome/adb_impl.h
|
| +++ b/chrome/test/chromedriver/chrome/adb_impl.h
|
| @@ -45,6 +45,9 @@ class AdbImpl : public Adb {
|
| const std::string& activity) override;
|
| Status ForceStop(const std::string& device_serial,
|
| const std::string& package) override;
|
| + Status GetDevtoolsRemoteSocket(const std::string& device_serial,
|
| + const std::string& process_name,
|
| + std::string* device_socket) override;
|
| Status GetPidByName(const std::string& device_serial,
|
| const std::string& process_name,
|
| int* pid) override;
|
|
|